Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 17, 2023
1 parent d381180 commit 2ce4f30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.1](https://github.com/es-shims/Set.prototype.intersection/compare/v1.1.0...v1.1.1) - 2023-12-17

### Commits

- [Tests] increase coverage [`0b2a5ae`](https://github.com/es-shims/Set.prototype.intersection/commit/0b2a5ae1f061b732dc125894d6824b4f13d921e1)
- [Fix] properly handle negative zero [`d381180`](https://github.com/es-shims/Set.prototype.intersection/commit/d381180c1efda6071dcaf24639fe58daf30088b1)
- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `get-intrinsic`, `stop-iteration-iterator` [`1a24a62`](https://github.com/es-shims/Set.prototype.intersection/commit/1a24a62bfb714480f294c3ef226bed45cf438624)
- [Dev Deps] update `aud`, `npmignore`, `object-inspect`, `tape` [`6bf9ab5`](https://github.com/es-shims/Set.prototype.intersection/commit/6bf9ab59f196640bac490f45a790d5b0be066228)
- [Tests] oops, skip native tests [`95bd850`](https://github.com/es-shims/Set.prototype.intersection/commit/95bd850c33ee743c39398b5c1e48f7a1974cab07)
- [Deps] update `es-set` [`a166dfc`](https://github.com/es-shims/Set.prototype.intersection/commit/a166dfccfeac07e2427e1834608184dd6b5f4bdb)
- [Dev Deps] update `tape` [`5b3b8ae`](https://github.com/es-shims/Set.prototype.intersection/commit/5b3b8ae3190ab3297043d955d93941dd4a2de060)

## [v1.1.0](https://github.com/es-shims/Set.prototype.intersection/compare/v1.0.2...v1.1.0) - 2023-07-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.0",
"version": "1.1.1",
"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 2ce4f30

Please sign in to comment.