Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 20, 2024
1 parent 72b2a56 commit 0fe06bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.intersection/compare/v1.1.3...v1.1.4) - 2024-03-19

### Commits

- [Refactor] add `SetDataSize` [`714b7a1`](https://github.com/es-shims/Set.prototype.intersection/commit/714b7a1b25b3f403ec1415ba4b3eb1ee5ae6ea64)
- [meta] remove useless ESM [`766bf7a`](https://github.com/es-shims/Set.prototype.intersection/commit/766bf7a7f0a3406f95b2338dcc69d4e584889bad)
- [Deps] update `call-bind`, `es-abstract`, `es-errors`, `is-set` [`72b2a56`](https://github.com/es-shims/Set.prototype.intersection/commit/72b2a567d899e20239889de0a4876e6acbb6e575)
- [actions] remove redundant finisher [`ba66d24`](https://github.com/es-shims/Set.prototype.intersection/commit/ba66d249c62aa8797ec28e3e69d85a067f787bce)
- [Dev Deps] update `tape` [`4bc40ee`](https://github.com/es-shims/Set.prototype.intersection/commit/4bc40eebcf57ae9342f0095d7e86b397a52ce7d0)

## [v1.1.3](https://github.com/es-shims/Set.prototype.intersection/compare/v1.1.2...v1.1.3) - 2024-02-04

### 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.intersection",
"version": "1.1.3",
"version": "1.1.4",
"description": "An ESnext spec-compliant `Set.prototype.intersection` shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 0fe06bf

Please sign in to comment.