From 830bde736db854bbe8dada60488de88064f23c98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Oct 2024 15:24:19 +0000 Subject: [PATCH] chore(release): 1.7.2 [skip ci] ## [1.7.2](https://github.com/imevanc/casenator/compare/v1.7.1...v1.7.2) (2024-10-20) ### Bug Fixes * fix the description of the convertWithCustomDelimiter ([#30](https://github.com/imevanc/casenator/issues/30)) ([3fcd4c2](https://github.com/imevanc/casenator/commit/3fcd4c286d30a2a758e3d83b023d4235b45e6463)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9eeba3..0fdeb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/imevanc/casenator/compare/v1.7.1...v1.7.2) (2024-10-20) + + +### Bug Fixes + +* fix the description of the convertWithCustomDelimiter ([#30](https://github.com/imevanc/casenator/issues/30)) ([3fcd4c2](https://github.com/imevanc/casenator/commit/3fcd4c286d30a2a758e3d83b023d4235b45e6463)) + ## [1.7.1](https://github.com/imevanc/casenator/compare/v1.7.0...v1.7.1) (2024-10-13) diff --git a/package.json b/package.json index 0fa7274..48becc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casenator", - "version": "1.7.1", + "version": "1.7.2", "description": "Casenator is a lightweight utility package for converting strings between camelCase, PascalCase, kebab-case, uppercase, lowercase, and more, with built-in exception handling.", "main": "src/index.mjs", "type": "module",