Skip to content

Commit 7979819

Browse files
chore(release): 1.7.3 [skip ci]
## [1.7.3](v1.7.2...v1.7.3) (2024-12-25) ### Bug Fixes * update deps and readme ([#36](#36)) ([360fd83](360fd83))
1 parent 360fd83 commit 7979819

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.3](https://github.com/imevanc/casenator/compare/v1.7.2...v1.7.3) (2024-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update deps and readme ([#36](https://github.com/imevanc/casenator/issues/36)) ([360fd83](https://github.com/imevanc/casenator/commit/360fd8320adfc59d3da3911eb34fe7b8e330eefd))
7+
18
## [1.7.2](https://github.com/imevanc/casenator/compare/v1.7.1...v1.7.2) (2024-10-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casenator",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Casenator is a lightweight utility package for converting strings between camelCase, PascalCase, kebab-case, uppercase, lowercase, and more, with built-in exception handling.",
55
"main": "src/index.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)