Skip to content

Commit 811e85e

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.3...v1.8.0) (2025-06-01) ### Features * create transform array strings ([#41](#41)) ([2789896](2789896))
1 parent 6206ed0 commit 811e85e

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.8.0](https://github.com/imevanc/casenator/compare/v1.7.3...v1.8.0) (2025-06-01)
2+
3+
4+
### Features
5+
6+
* create transform array strings ([#41](https://github.com/imevanc/casenator/issues/41)) ([2789896](https://github.com/imevanc/casenator/commit/2789896dcea305acf1a4045b33d3f281d64149cd))
7+
18
## [1.7.3](https://github.com/imevanc/casenator/compare/v1.7.2...v1.7.3) (2024-12-25)
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.3",
3+
"version": "1.8.0",
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)