Skip to content

Commit d2b1f7f

Browse files
committed
v2.0.1
1 parent 24f6021 commit d2b1f7f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [v2.0.1](https://github.com/es-shims/Map/compare/v2.0.0...v2.0.1) - 2024-12-11
9+
10+
### Commits
11+
12+
- [actions] split out node 10-20, and 20+ [`27a8947`](https://github.com/es-shims/Map/commit/27a89478b41e4d05f068bad6f62c88794869143d)
13+
- [Refactor] use `call-bound` directly, and `has-proto` [`e10dfa0`](https://github.com/es-shims/Map/commit/e10dfa0a05919170baf3b1c8d8213f8af0ed3577)
14+
- [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`, `has-symbols` [`478c7f1`](https://github.com/es-shims/Map/commit/478c7f1895e2fc95f412ea83c17766adaac01a08)
15+
- [Refactor] use `iterator.prototype` [`24f6021`](https://github.com/es-shims/Map/commit/24f6021ee25357014fe61942560204adcf7ce873)
16+
817
## [v2.0.0](https://github.com/es-shims/Map/compare/v1.0.6...v2.0.0) - 2024-09-21
918

1019
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-map",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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)