Skip to content

Commit 029a0ed

Browse files
chore(release): set package.json to 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2025-06-04) ### Features * **make-cancelable:** add support for cancelling promises using AbortController ([#4](#4)) ([fff898a](fff898a))
1 parent fff898a commit 029a0ed

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/feedzai/js-utilities/compare/v2.1.0...v2.2.0) (2025-06-04)
2+
3+
4+
### Features
5+
6+
* **make-cancelable:** add support for cancelling promises using AbortController ([#4](https://github.com/feedzai/js-utilities/issues/4)) ([fff898a](https://github.com/feedzai/js-utilities/commit/fff898a45cc0f8d844fb22bc8fd5d6407bae03d8))
7+
18
# [2.1.0](https://github.com/feedzai/js-utilities/compare/v2.0.0...v2.1.0) (2025-06-04)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@feedzai/js-utilities",
33
"description": "A collection of common javascript utilities for web projects",
44
"private": false,
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)