Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2024-09-01)

### Features

* add snake case ([#12](#12)) ([6096579](6096579))
  • Loading branch information
semantic-release-bot committed Sep 1, 2024
1 parent 6096579 commit 02bcab3
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.3.0](https://github.com/imevanc/casenator/compare/v1.2.1...v1.3.0) (2024-09-01)


### Features

* add snake case ([#12](https://github.com/imevanc/casenator/issues/12)) ([6096579](https://github.com/imevanc/casenator/commit/60965790fa5fb447d7c83644546155f5ab8f79ad))

## [1.2.1](https://github.com/imevanc/casenator/compare/v1.2.0...v1.2.1) (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.2.1",
"version": "1.3.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 02bcab3

Please sign in to comment.