Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 6, 2024
1 parent 1582ab2 commit 7397b7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [v1.1.2](https://github.com/es-shims/Set.prototype.isSubsetOf/compare/v1.1.1...v1.1.2) - 2024-02-05

### Commits

- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`1582ab2`](https://github.com/es-shims/Set.prototype.isSubsetOf/commit/1582ab2eba32ed4415e4d00eebae072b0af9c326)
- [Tests] ensure test mocks return iterators [`c791d83`](https://github.com/es-shims/Set.prototype.isSubsetOf/commit/c791d839602514006c8a6409da3525aa4b80f7e5)
- [Dev Deps] update `tape` [`d8d9faa`](https://github.com/es-shims/Set.prototype.isSubsetOf/commit/d8d9faa754dfc4ca83233f76d6d7653008c7f34e)

## [v1.1.1](https://github.com/es-shims/Set.prototype.isSubsetOf/compare/v1.1.0...v1.1.1) - 2023-12-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": "set.prototype.issubsetof",
"version": "1.1.1",
"version": "1.1.2",
"description": "An ESnext spec-compliant `Set.prototype.isSubsetOf` shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 7397b7a

Please sign in to comment.