From 0ff09eb46032a300d2cc5e3db2f9797729470d4d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 09:03:00 +0000 Subject: [PATCH] chore(release): 2.33.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",