Skip to content

Commit 3e47be2

Browse files
committed
v1.0.5
1 parent f6aee07 commit 3e47be2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.0.5](https://github.com/es-shims/Array.prototype.unshift/compare/v1.0.4...v1.0.5) - 2024-12-20
9+
10+
### Commits
11+
12+
- [actions] split out node 10-20, and 20+ [`fc125dc`](https://github.com/es-shims/Array.prototype.unshift/commit/fc125dcdd8cb8c844dd8a73d9025a1370e6a6aa7)
13+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`6d8e59a`](https://github.com/es-shims/Array.prototype.unshift/commit/6d8e59a8292483acf9b9c7664b6ff7bef7b671f8)
14+
- [Refactor] use `math-intrinsics` directly [`aa45e19`](https://github.com/es-shims/Array.prototype.unshift/commit/aa45e19608bb2780af7f77f47079c6344d588750)
15+
- [Deps] update `call-bind`, `es-abstract`, `is-string` [`f88f128`](https://github.com/es-shims/Array.prototype.unshift/commit/f88f128f1d7938be2db2199f960ffee72c5b3b98)
16+
- [Refactor] use `call-bound` directly [`6e4dcd6`](https://github.com/es-shims/Array.prototype.unshift/commit/6e4dcd6319ec848bb734305fce243735a00fab08)
17+
- [Tests] replace `aud` with `npm audit` [`8b877aa`](https://github.com/es-shims/Array.prototype.unshift/commit/8b877aa73a36f478e3ad624feb6f30b2cc2f5d34)
18+
- [readme] remove dead badges [`f6aee07`](https://github.com/es-shims/Array.prototype.unshift/commit/f6aee072e9fc834617188fda7c58e11b94b87dae)
19+
- [Dev Deps] add missing peer dep [`ae2c644`](https://github.com/es-shims/Array.prototype.unshift/commit/ae2c644f2f912403391ad6b33fc6cf6df2823bcb)
20+
821
## [v1.0.4](https://github.com/es-shims/Array.prototype.unshift/compare/v1.0.3...v1.0.4) - 2024-03-18
922

1023
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array.prototype.unshift",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "ES spec-compliant `Array.prototype.unshift` shim/polyfill/replacement that works as far down as ES3.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)