Skip to content

Commit d8abb2c

Browse files
chore(release): 2.35.0 [skip ci]
# [2.35.0](v2.34.0...v2.35.0) (2024-07-16) ### Features * add type guard `isTruthy` ([bb44657](bb44657))
1 parent bb44657 commit d8abb2c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.35.0](https://github.com/mll-lab/js-utils/compare/v2.34.0...v2.35.0) (2024-07-16)
2+
3+
4+
### Features
5+
6+
* add type guard `isTruthy` ([bb44657](https://github.com/mll-lab/js-utils/commit/bb44657bc7f52a48b74caf138ba83aa112a95c5d))
7+
18
# [2.34.0](https://github.com/mll-lab/js-utils/compare/v2.33.0...v2.34.0) (2024-06-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mll-lab/js-utils",
3-
"version": "2.34.0",
3+
"version": "2.35.0",
44
"main": "dist/index.common.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)