Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 7, 2024
1 parent 3aa1d1d commit 5b0f157
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.4](https://github.com/es-shims/Set.prototype.isSubsetOf/compare/v1.1.3...v1.1.4) - 2024-04-06

### Commits

- [Refactor] update spec from https://github.com/tc39/ecma262/pull/3306 [`3aa1d1d`](https://github.com/es-shims/Set.prototype.isSubsetOf/commit/3aa1d1d527ed5b6a39e442f11768b3a44d83a0a0)
- [Deps] update `es-abstract` [`f91c629`](https://github.com/es-shims/Set.prototype.isSubsetOf/commit/f91c629ce397af4c9b4d2eee535d81e82e07e618)
- [Dev Deps] update `@es-shims/api` [`8f5ab34`](https://github.com/es-shims/Set.prototype.isSubsetOf/commit/8f5ab34a569e5cb1725a1a33d55dbf285eb29dc6)

## [v1.1.3](https://github.com/es-shims/Set.prototype.isSubsetOf/compare/v1.1.2...v1.1.3) - 2024-03-18

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "set.prototype.issubsetof",
"version": "1.1.3",
"version": "1.1.4",
"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 5b0f157

Please sign in to comment.