We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb44657 commit d8abb2cCopy full SHA for d8abb2c
CHANGELOG.md
@@ -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
8
# [2.34.0](https://github.com/mll-lab/js-utils/compare/v2.33.0...v2.34.0) (2024-06-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@mll-lab/js-utils",
- "version": "2.34.0",
+ "version": "2.35.0",
"main": "dist/index.common.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments