diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d1dda..50ce526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.33.0](https://github.com/mll-lab/js-utils/compare/v2.32.0...v2.33.0) (2024-04-24) + + +### Features + +* add dateMatchesFormat ([dfaf812](https://github.com/mll-lab/js-utils/commit/dfaf812bb1eb368f9db67df6b0eb5782dbbba69e)) + # [2.32.0](https://github.com/mll-lab/js-utils/compare/v2.31.0...v2.32.0) (2024-04-23) diff --git a/package.json b/package.json index 9a04e36..bd6508e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.32.0", + "version": "2.33.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",