Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 22, 2024
1 parent 3010ed2 commit e854d95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.5](https://github.com/es-shims/ArrayBuffer.prototype.transferToFixedLength/compare/v1.0.4...v1.0.5) - 2024-03-22

### Commits

- [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`, `is-shared-array-buffer` [`3010ed2`](https://github.com/es-shims/ArrayBuffer.prototype.transferToFixedLength/commit/3010ed2239ceb36cd858cfebaae6ecc72d07555e)
- [actions] remove redundant finisher [`5c9712d`](https://github.com/es-shims/ArrayBuffer.prototype.transferToFixedLength/commit/5c9712d9a0eabff0b87fcc0fdc226b94384a0055)
- [Dev Deps] update `tape` [`078bece`](https://github.com/es-shims/ArrayBuffer.prototype.transferToFixedLength/commit/078bece44b236a22d030be3496f9f9cf93127435)

## [v1.0.4](https://github.com/es-shims/ArrayBuffer.prototype.transferToFixedLength/compare/v1.0.3...v1.0.4) - 2024-02-05

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arraybuffer.prototype.transfertofixedlength",
"version": "1.0.4",
"version": "1.0.5",
"description": "ES Proposal spec-compliant shim for ArrayBuffer.prototype.transferToFixedLength",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
Expand Down

0 comments on commit e854d95

Please sign in to comment.