Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 6, 2024
1 parent 206d8d9 commit 378b974
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.3](https://github.com/es-shims/Array.prototype.unshift/compare/v1.0.2...v1.0.3) - 2024-02-06

### Commits

- [Dev Deps] use `hasown` instead of `has` [`b4dd05e`](https://github.com/es-shims/Array.prototype.unshift/commit/b4dd05ee16ccf5c25064a938d776ad1eddebdd5b)
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`c4f7d69`](https://github.com/es-shims/Array.prototype.unshift/commit/c4f7d69668a988f16202f45db69f4e6865fdc4a7)
- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `get-intrinsic` [`f9311dc`](https://github.com/es-shims/Array.prototype.unshift/commit/f9311dc003fb775b88fcf5bb7f9b59cdec4019be)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`175e1d1`](https://github.com/es-shims/Array.prototype.unshift/commit/175e1d1f8a642821275039c5f357e95e30f3a71f)
- [Deps] update `call-bind` [`206d8d9`](https://github.com/es-shims/Array.prototype.unshift/commit/206d8d9ba5cd78970bd1da814c49922d178d5899)

## [v1.0.2](https://github.com/es-shims/Array.prototype.unshift/compare/v1.0.1...v1.0.2) - 2023-09-06

### 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": "array.prototype.unshift",
"version": "1.0.2",
"version": "1.0.3",
"description": "ES spec-compliant `Array.prototype.unshift` shim/polyfill/replacement that works as far down as ES3.",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 378b974

Please sign in to comment.