From dce0922afd9f13b45e0633f1e3fa29170e9d56aa Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 21 Sep 2024 14:49:12 -0700 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9765ad..b109b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0](https://github.com/es-shims/Map/compare/v1.0.6...v2.0.0) - 2024-09-21 + +### Commits + +- [Breaking] update to es-shims API v3 [`fdcd654`](https://github.com/es-shims/Map/commit/fdcd6542a52fcb4a56a51cf1ec3cb831cb2b6d87) + ## [v1.0.6](https://github.com/es-shims/Map/compare/v1.0.5...v1.0.6) - 2024-09-17 ### Commits diff --git a/package.json b/package.json index 9dd5cbc..a7c6bed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-map", - "version": "1.0.6", + "version": "2.0.0", "description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3", "main": "index.js", "exports": {