Skip to content

Commit c7ebc93

Browse files
committed
v1.1.0
1 parent 23e0380 commit c7ebc93

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
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).
77

8+
## [v1.1.0](https://github.com/es-shims/TypedArray.prototype.at/compare/v1.0.0...v1.1.0) - 2026-03-16
9+
10+
### Commits
11+
12+
- [Deps] update `es-abstract` [`23e0380`](https://github.com/es-shims/TypedArray.prototype.at/commit/23e0380574ad4481a1fbcaad9b725df3012ae856)
13+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `eslint`, `npmignore` [`58d2d5c`](https://github.com/es-shims/TypedArray.prototype.at/commit/58d2d5cc336834c460f7b8dcb3005a3fda5c74de)
14+
815
## v1.0.0 - 2025-03-04
916

1017
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedarray.prototype.at",
3-
"version": "1.0.0",
3+
"version": "1.1.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)