From 4b92e03e6b62b5c273a85f65d2bf077fedceac8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 13 Oct 2024 15:31:33 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] ## [1.7.1](https://github.com/imevanc/casenator/compare/v1.7.0...v1.7.1) (2024-10-13) ### Bug Fixes * update documentation ([#28](https://github.com/imevanc/casenator/issues/28)) ([b7bcac6](https://github.com/imevanc/casenator/commit/b7bcac6684c1608d27a072376a150cb7e2c7721a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36688a6..f9eeba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/imevanc/casenator/compare/v1.7.0...v1.7.1) (2024-10-13) + + +### Bug Fixes + +* update documentation ([#28](https://github.com/imevanc/casenator/issues/28)) ([b7bcac6](https://github.com/imevanc/casenator/commit/b7bcac6684c1608d27a072376a150cb7e2c7721a)) + # [1.7.0](https://github.com/imevanc/casenator/compare/v1.6.0...v1.7.0) (2024-10-13) diff --git a/package.json b/package.json index 8d4604c..0fa7274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casenator", - "version": "1.7.0", + "version": "1.7.1", "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",