Skip to content

Commit

Permalink
chore(release): 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.2](v1.7.1...v1.7.2) (2024-10-20)

### Bug Fixes

* fix the description of the convertWithCustomDelimiter ([#30](#30)) ([3fcd4c2](3fcd4c2))
  • Loading branch information
semantic-release-bot committed Oct 20, 2024
1 parent e306b42 commit 830bde7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 830bde7

Please sign in to comment.