Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 10, 2024
1 parent 0b0b430 commit 8c87be8
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.5](https://github.com/es-shims/Set.prototype.isDisjointFrom/compare/v1.1.4...v1.1.5) - 2024-09-10

### Commits

- [Fix] handle chrome/v8 bugs [`0b0b430`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/0b0b430097d5e0da40eae381e50c4d9ab0b1f407)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `object-inspect`, `tape` [`d9c8f69`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/d9c8f69442f0202a701ec70655a61572d4353ce1)
- [Refactor] change internal slot name [`a8291f4`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/a8291f4ddf00bba14700fbf6518d4a8f6f06e284)
- [Tests] replace `aud` with `npm audit` [`64c89f7`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/64c89f7890ad729c2f40493d79e8066e13fa43e0)
- [Dev Deps] add missing peer dep [`67fa3e5`](https://github.com/es-shims/Set.prototype.isDisjointFrom/commit/67fa3e53659b2437c35fc76f7beb1ca1c747a3db)

## [v1.1.4](https://github.com/es-shims/Set.prototype.isDisjointFrom/compare/v1.1.3...v1.1.4) - 2024-04-06

### 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.4",
"version": "1.1.5",
"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 8c87be8

Please sign in to comment.