Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 22, 2024
1 parent 74dfc15 commit 0f3fc30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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/Set/compare/v1.1.2...v2.0.0) - 2024-09-22

### Commits

- [Refactor] remove useless ESM [`c4c52eb`](https://github.com/es-shims/Set/commit/c4c52eb17e54b34aef6ab926bb62beda39363560)
- [Breaking] update to es-shims API v3 [`74dfc15`](https://github.com/es-shims/Set/commit/74dfc159c01a5f41d333078284fb996a5461df52)

## [v1.1.2](https://github.com/es-shims/Set/compare/v1.1.1...v1.1.2) - 2024-09-18

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

0 comments on commit 0f3fc30

Please sign in to comment.