Skip to content

Commit a045b7d

Browse files
chore(release): set package.json to 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2025-06-04) ### Features * **at:** added type safety to return value with generics ([33bf4d7](33bf4d7)) * **callIfExists:** improved type safety ([7475ebf](7475ebf)) * **getValue:** improved type safety and documentation ([1fe4db5](1fe4db5)) * **types:** removed react-related types ([5fc769d](5fc769d))
1 parent eab3cb2 commit a045b7d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.1.0](https://github.com/feedzai/js-utilities/compare/v2.0.0...v2.1.0) (2025-06-04)
2+
3+
4+
### Features
5+
6+
* **at:** added type safety to return value with generics ([33bf4d7](https://github.com/feedzai/js-utilities/commit/33bf4d7cb5df8c785b75240bcfec63662ccccee6))
7+
* **callIfExists:** improved type safety ([7475ebf](https://github.com/feedzai/js-utilities/commit/7475ebf7993f3478a6f3895d53645340082124c9))
8+
* **getValue:** improved type safety and documentation ([1fe4db5](https://github.com/feedzai/js-utilities/commit/1fe4db53924db12a98cbbe6c2236d6366472cb5b))
9+
* **types:** removed react-related types ([5fc769d](https://github.com/feedzai/js-utilities/commit/5fc769d1927cbd74c3035455189a975a4dd9ff02))
10+
111
# [2.0.0](https://github.com/feedzai/js-utilities/compare/v1.6.0...v2.0.0) (2025-06-03)
212

313

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.0.0",
5+
"version": "2.1.0",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)