Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-10-13)

### Bug Fixes

* fix release file ([#27](#27)) ([5627819](5627819))
* husky ([fb5622c](fb5622c))

### Features

* add function and unit tests ([#26](#26)) ([a5fe87e](a5fe87e))
  • Loading branch information
semantic-release-bot committed Oct 13, 2024
1 parent fb5622c commit b3acd81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/imevanc/casenator/compare/v1.6.0...v1.7.0) (2024-10-13)


### Bug Fixes

* fix release file ([#27](https://github.com/imevanc/casenator/issues/27)) ([5627819](https://github.com/imevanc/casenator/commit/5627819e75c14b9d4042106ef3193d4e1aa3ff1b))
* husky ([fb5622c](https://github.com/imevanc/casenator/commit/fb5622ca8e9a1d51659a377301dbfab999575a4a))


### Features

* add function and unit tests ([#26](https://github.com/imevanc/casenator/issues/26)) ([a5fe87e](https://github.com/imevanc/casenator/commit/a5fe87ecb33139f9768d43bae83058022e1d51cd))

# [1.6.0](https://github.com/imevanc/casenator/compare/v1.5.0...v1.6.0) (2024-10-11)


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.6.0",
"version": "1.7.0",
"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 b3acd81

Please sign in to comment.