diff --git a/CHANGELOG.md b/CHANGELOG.md index 9218ef3..50ad5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/imevanc/casenator/compare/v1.2.0...v1.2.1) (2024-08-31) + + +### Bug Fixes + +* update readme ([b650708](https://github.com/imevanc/casenator/commit/b65070878692acb4c362911c5751bfb499b098e4)) + # [1.2.0](https://github.com/imevanc/casenator/compare/v1.1.0...v1.2.0) (2024-08-31) diff --git a/package.json b/package.json index 2b78693..67b9299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casenator", - "version": "1.2.0", + "version": "1.2.1", "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": {