diff --git a/CHANGELOG.md b/CHANGELOG.md index 50be7b8..ed1fb7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.23.0](https://github.com/mll-lab/js-utils/compare/v2.22.0...v2.23.0) (2023-12-14) + + +### Features + +* add isArrayOfStrings ([8995824](https://github.com/mll-lab/js-utils/commit/8995824e52d6e495741db27286464d06321cafb0)) + # [2.22.0](https://github.com/mll-lab/js-utils/compare/v2.21.0...v2.22.0) (2023-12-14) diff --git a/package.json b/package.json index 05a4683..c0043e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.22.0", + "version": "2.23.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",