From 02bcab3d92d6cbb05789d749fb33260caefe0637 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Sep 2024 22:51:11 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ad5c9..a722321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 67b9299..6963f35 100644 --- a/package.json +++ b/package.json @@ -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": {