Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-08-31)

### Features

* add toDotCase, toNotCase, toConstantCase and toCapitalCase ([#10](#10)) ([655ab5c](655ab5c))
  • Loading branch information
semantic-release-bot committed Aug 31, 2024
1 parent 655ab5c commit 5c2c721
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.2.0](https://github.com/imevanc/casenator/compare/v1.1.0...v1.2.0) (2024-08-31)


### Features

* add toDotCase, toNotCase, toConstantCase and toCapitalCase ([#10](https://github.com/imevanc/casenator/issues/10)) ([655ab5c](https://github.com/imevanc/casenator/commit/655ab5c120d6267a3ff03ac1c774da149efe0a52))

# [1.1.0](https://github.com/imevanc/casenator/compare/v1.0.0...v1.1.0) (2024-08-31)


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.1.0",
"version": "1.2.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": "index.js",
"scripts": {
Expand Down

0 comments on commit 5c2c721

Please sign in to comment.