We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4ec51 commit 812dee7Copy full SHA for 812dee7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.2.1](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.0...v1.2.1) (2024-06-24)
2
+
3
+### Features
4
5
+- add convertCamelCaseFromSnake util ([bc4ec51](https://github.com/lemoncloud-io/lemon-web-core/commit/bc4ec5124ed114174b4754cde1ba9fb30f79b686))
6
7
# [1.2.0](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.1.3...v1.2.0) (2024-06-24)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@lemoncloud/lemon-web-core",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Core Web-based Library for signing request at LEMONCLOUD",
"repository": "lemoncloud-io/lemon-web-core",
"exports": "./dist/index.js",
0 commit comments