Skip to content

Commit 782198e

Browse files
committed
v1.0.0
1 parent 6ec8c34 commit 782198e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v1.0.0 - 2025-03-04
9+
10+
### Commits
11+
12+
- Initial implementation, tests, readme [`6ec8c34`](https://github.com/es-shims/TypedArray.prototype.at/commit/6ec8c340c2acf3e106028972e0629be25eafe520)
13+
- Initial commit [`a50f17a`](https://github.com/es-shims/TypedArray.prototype.at/commit/a50f17aea3197959aecd7cdb29b42a78a3f3dfa4)
14+
- npm init [`f829092`](https://github.com/es-shims/TypedArray.prototype.at/commit/f82909250e1e23a55ba2bd327b64ff74662b135d)
15+
- Only apps should have lockfiles [`0d59dc7`](https://github.com/es-shims/TypedArray.prototype.at/commit/0d59dc7d846fa96bbb28ed85b1960b69c827810c)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedarray.prototype.at",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An ES5 spec-compliant `%TypedArray%.prototype.at` shim/polyfill/replacement that works as far down as ES3.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)