Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 5, 2024
1 parent d75a861 commit 8fe0b4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.3](https://github.com/es-shims/Set.prototype.intersection/compare/v1.1.2...v1.1.3) - 2024-02-04

### Commits

- [Refactor] use `es-errors` where possible, so things that only need those do not need `get-intrinsic` [`91d23b2`](https://github.com/es-shims/Set.prototype.intersection/commit/91d23b2797233204058de003778250f5e429efdd)
- [Tests] ensure test mocks return iterators [`c6af839`](https://github.com/es-shims/Set.prototype.intersection/commit/c6af839a2f1d6fa12e97bb04444533481586ed68)
- [Tests] for some reason the glob does not include index.js [`d75a861`](https://github.com/es-shims/Set.prototype.intersection/commit/d75a86156b0128ad26596ec374c99525ada45bd1)
- [Dev Deps] update `tape` [`9ed3594`](https://github.com/es-shims/Set.prototype.intersection/commit/9ed35949d79f79b52b078323c3ef6a04f25b1f70)

## [v1.1.2](https://github.com/es-shims/Set.prototype.intersection/compare/v1.1.1...v1.1.2) - 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.intersection",
"version": "1.1.2",
"version": "1.1.3",
"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 8fe0b4a

Please sign in to comment.