Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 12, 2024
1 parent 24f6021 commit d2b1f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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).

## [v2.0.1](https://github.com/es-shims/Map/compare/v2.0.0...v2.0.1) - 2024-12-11

### Commits

- [actions] split out node 10-20, and 20+ [`27a8947`](https://github.com/es-shims/Map/commit/27a89478b41e4d05f068bad6f62c88794869143d)
- [Refactor] use `call-bound` directly, and `has-proto` [`e10dfa0`](https://github.com/es-shims/Map/commit/e10dfa0a05919170baf3b1c8d8213f8af0ed3577)
- [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`, `has-symbols` [`478c7f1`](https://github.com/es-shims/Map/commit/478c7f1895e2fc95f412ea83c17766adaac01a08)
- [Refactor] use `iterator.prototype` [`24f6021`](https://github.com/es-shims/Map/commit/24f6021ee25357014fe61942560204adcf7ce873)

## [v2.0.0](https://github.com/es-shims/Map/compare/v1.0.6...v2.0.0) - 2024-09-21

### 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": "es-map",
"version": "2.0.0",
"version": "2.0.1",
"description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit d2b1f7f

Please sign in to comment.