diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bcccfe..f15a623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.7](https://github.com/ljharb/internal-slot/compare/v1.0.6...v1.0.7) + +> 5 February 2024 + +- [Dev Deps] update `aud`, `npmignore`, `tape` [`89c88c1`](https://github.com/ljharb/internal-slot/commit/89c88c1ed8de7c681fd3cec7bb2f045db0268d84) +- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`b437631`](https://github.com/ljharb/internal-slot/commit/b4376312d4a5d7bc99fb383cae3f15bd2f3d36d1) + #### [v1.0.6](https://github.com/ljharb/internal-slot/compare/v1.0.5...v1.0.6) > 20 October 2023 diff --git a/package.json b/package.json index ed0044e..1a05d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "internal-slot", - "version": "1.0.6", + "version": "1.0.7", "description": "ES spec-like internal slots", "main": "index.js", "scripts": {