diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d1fa4..3741d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.31.0](https://github.com/mll-lab/js-utils/compare/v2.30.0...v2.31.0) (2024-04-22) + + +### Features + +* add isNonEmptyString ([406c08f](https://github.com/mll-lab/js-utils/commit/406c08f26d6012f55c575d00094b4d40a8931bf4)) + # [2.30.0](https://github.com/mll-lab/js-utils/compare/v2.29.0...v2.30.0) (2024-02-27) diff --git a/package.json b/package.json index cf99012..094f4da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.30.0", + "version": "2.31.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",