Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 5, 2024
1 parent 566b616 commit e355eaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.1.3](https://github.com/es-shims/Array.prototype.toSpliced/compare/v1.1.2...v1.1.3) - 2024-02-04

### Commits

- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `es-shim-unscopables`, `get-intrinsic` [`092514b`](https://github.com/es-shims/Array.prototype.toSpliced/commit/092514bf35fe74615c9247ee6565d05da6c0dbb6)
- [Dev Deps] use `hasown` instead of `has` [`9bbb5ee`](https://github.com/es-shims/Array.prototype.toSpliced/commit/9bbb5ee6d42711857229b7309cbe7d78a4317aa5)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`22a5165`](https://github.com/es-shims/Array.prototype.toSpliced/commit/22a51658b7b1e398123fb12e64b7fe9fc82f4585)
- [Dev Deps] update `mock-property`, `tape` [`07401a6`](https://github.com/es-shims/Array.prototype.toSpliced/commit/07401a6c53181865dcfb758f7b9604d81c075725)
- [Refactor] use `es-errors` where possible, so things that only need those do not need `get-intrinsic` [`566b616`](https://github.com/es-shims/Array.prototype.toSpliced/commit/566b616c9e21203f20eadd50dd7e51102a8cc709)
- [Deps] update `get-intrinsic` [`5fdf845`](https://github.com/es-shims/Array.prototype.toSpliced/commit/5fdf84572a316e6505e9e43c38756271361e393d)

## [v1.1.2](https://github.com/es-shims/Array.prototype.toSpliced/compare/v1.1.1...v1.1.2) - 2023-08-28

### 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.tospliced",
"version": "1.1.2",
"version": "1.1.3",
"description": "An ESnext spec-compliant `Array.prototype.toSpliced` shim/polyfill/replacement that works as far down as ES3.",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit e355eaf

Please sign in to comment.