From 8fdc5a75ea830dcef5262526450fd521526f8512 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 27 Dec 2023 08:00:47 +0000 Subject: [PATCH] chore(release): v1.1.0 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c6021..b13730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.1.0](https://github.com/baumrock/HumanDates/compare/v1.0.4...v1.1.0) (2023-12-27) + + +### Bug Fixes + +* allow custom range patterns in `range` method ([b7a5e2b](https://github.com/baumrock/HumanDates/commit/b7a5e2b7d58255d36f9c6bd66ed952ef56d1a54b)) + + +### Features + +* add patterns parameter to range() as mentioned in readme ([bbf057d](https://github.com/baumrock/HumanDates/commit/bbf057d2bb02fa811ef7d435131120188316df44)) + + + ## [1.0.4](https://github.com/baumrock/HumanDates/compare/v1.0.3...v1.0.4) (2023-06-13) diff --git a/package.json b/package.json index 578757c..07cd764 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.0.4" + "version": "1.1.0" } \ No newline at end of file