Skip to content

Commit 256a125

Browse files
committed
v1.1.8
1 parent 6b47793 commit 256a125

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.1.8](https://github.com/es-shims/Set.prototype.intersection/compare/v1.1.7...v1.1.8) - 2025-12-30
9+
10+
### Commits
11+
12+
- [Deps] update `call-bind`, `es-abstract`, `es-set`, `stop-iteration-iterator` [`b16a8c2`](https://github.com/es-shims/Set.prototype.intersection/commit/b16a8c2fae211126f2cef2ce6b786b3592314e58)
13+
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `es-map`, `es-value-fixtures`, `for-each`, `gopd`, `has-strict-mode`, `object-inspect`, `tape` [`67b0a3b`](https://github.com/es-shims/Set.prototype.intersection/commit/67b0a3bfe91bc8e776ace80212f20b2e3f836111)
14+
- [Deps] update `es-set` [`6b47793`](https://github.com/es-shims/Set.prototype.intersection/commit/6b47793c931c102fb44bf95269ff37ddccf9fde1)
15+
816
## [v1.1.7](https://github.com/es-shims/Set.prototype.intersection/compare/v1.1.6...v1.1.7) - 2024-09-10
917

1018
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "set.prototype.intersection",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "An ESnext spec-compliant `Set.prototype.intersection` shim/polyfill/replacement that works as far down as ES3",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)