Skip to content

Commit 5146dde

Browse files
chore(release): 1.21.0 [skip ci]
# [1.21.0](v1.20.11...v1.21.0) (2023-06-04) ### Bug Fixes * **semantic-release:** worklow error solved by running node version 14 ([13af687](13af687)) ### Features * dotNotationToObject will delete a key if its value is undefined. ([7689011](7689011))
1 parent 13af687 commit 5146dde

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.21.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.11...v1.21.0) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **semantic-release:** worklow error solved by running node version 14 ([13af687](https://github.com/CoCreate-app/CoCreate-utils/commit/13af68775507a53461fff3b421ebc11dbba7ac4d))
7+
8+
9+
### Features
10+
11+
* dotNotationToObject will delete a key if its value is undefined. ([7689011](https://github.com/CoCreate-app/CoCreate-utils/commit/768901151cb6d58adfd8c32eb6e84f466a96ac64))
12+
113
## [1.20.11](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.10...v1.20.11) (2023-06-02)
214

315

@@ -1483,4 +1495,4 @@
14831495

14841496
### Features
14851497

1486-
* Initial Release ([6c42b88](https://github.com/CoCreate-app/CoCreate-utils/commit/6c42b88a97bb8b3c92a42f4d5a6bd1f5463ab79d))
1498+
* Initial Release ([6c42b88](https://github.com/CoCreate-app/CoCreate-utils/commit/6c42b88a97bb8b3c92a42f4d5a6bd1f5463ab79d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.20.11",
3+
"version": "1.21.0",
44
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"utils",

0 commit comments

Comments
 (0)