Skip to content

Commit af9edb5

Browse files
chore(release): set package.json to 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2024-07-05) ### Features * improved types on lodash helpers ([534a577](534a577)) * **vite:** changed config to support preserving modules ([a753eee](a753eee))
1 parent 534a577 commit af9edb5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.2.0](https://github.com/feedzai/js-utilities/compare/v1.1.0...v1.2.0) (2024-07-05)
2+
3+
4+
### Features
5+
6+
* improved types on lodash helpers ([534a577](https://github.com/feedzai/js-utilities/commit/534a577cfd5a33afc14ab3bb603ecd4ceac272a5))
7+
* **vite:** changed config to support preserving modules ([a753eee](https://github.com/feedzai/js-utilities/commit/a753eee4cdc33181bee26db4b6f56709de5f67b3))
8+
19
# [1.1.0](https://github.com/feedzai/js-utilities/compare/v1.0.1...v1.1.0) (2024-03-18)
210

311

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

0 commit comments

Comments
 (0)