Skip to content

Commit ec03090

Browse files
committed
v1.0.6
1 parent fd64369 commit ec03090

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
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.6](https://github.com/es-shims/Map/compare/v1.0.5...v1.0.6) - 2024-09-17
9+
10+
### Commits
11+
12+
- [patch] remove useless ESM files [`ee92f83`](https://github.com/es-shims/Map/commit/ee92f832010dcadfc7023747891f71d4616ae258)
13+
- [Refactor] update `es-abstract` usage to 2024 [`ccaddaa`](https://github.com/es-shims/Map/commit/ccaddaa52728a488bf1ceb699d7145f117c19eb2)
14+
- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `es-set-tostringtag`, `get-intrinsic`, `globalthis`, `internal-slot`, `object.entries` [`694b2e6`](https://github.com/es-shims/Map/commit/694b2e63c9c323192c7574a24e9ac23ba57120c0)
15+
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `array.from`, `auto-changelog`, `npmignore`, `tape` [`33656d7`](https://github.com/es-shims/Map/commit/33656d7ff2808dd5dc8afe437368acc0fde96d3d)
16+
- [meta] add missing `engines.node` [`cfdf4f7`](https://github.com/es-shims/Map/commit/cfdf4f75ce38eed94f6c15c096e8faf90bd448df)
17+
- [Tests] replace `aud` with `npm audit` [`55ada5c`](https://github.com/es-shims/Map/commit/55ada5c0f9af9d3e48e40e59fb312201de58b7de)
18+
- [Dev Deps] temporarily pin @es-shims/api [`95b362d`](https://github.com/es-shims/Map/commit/95b362d3377fb089ce93d8d925e54be5f64729ee)
19+
- [Dev Deps] add missing peer dep [`fd64369`](https://github.com/es-shims/Map/commit/fd643692bf7f939b0a9ffc65e76681c9670987fc)
20+
821
## [v1.0.5](https://github.com/es-shims/Map/compare/v1.0.4...v1.0.5) - 2023-09-07
922

1023
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-map",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)