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 5, 2024
1 parent 9429f04 commit 6daa5ca
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.2](https://github.com/es-shims/Set.prototype.isDisjointFrom/compare/v1.1.1...v1.1.2) - 2024-02-04

### Commits

- [Tests] increase coverage [`2c2423d`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/2c2423d354d61ec8fefac8ae0f1bc41882d582bb)
- [Refactor] use `es-errors` where possible, so things that only need those do not need `get-intrinsic` [`9429f04`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/9429f04cb5114414dd8f94fe57f701897da7c4cf)
- [Tests] ensure test mocks return iterators [`4ff1976`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/4ff1976caaa40aa269ae64b5e43c1b0c75da9763)
- [Dev Deps] update `tape` [`f7f2310`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/f7f2310809891e51a7835bed9c9a50805040f04a)

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

0 comments on commit 6daa5ca

Please sign in to comment.