Skip to content

Commit 40c5aa3

Browse files
chore(release): 1.3.12 [skip ci]
## [1.3.12](v1.3.11...v1.3.12) (2023-06-04) ### Bug Fixes * **semantic-release:** worklow error solved by running node version 14 ([e9a00df](e9a00df))
1 parent e9a00df commit 40c5aa3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.12](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.3.11...v1.3.12) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **semantic-release:** worklow error solved by running node version 14 ([e9a00df](https://github.com/CoCreate-app/CoCreate-dashboard/commit/e9a00df9fc135e11ed400d54871a2bf96e06e3e6))
7+
18
## [1.3.11](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.3.10...v1.3.11) (2023-05-21)
29

310

@@ -1154,4 +1161,4 @@
11541161
### Bug Fixes
11551162

11561163
* ci and build process ([5cd81c0](https://github.com/CoCreate-app/CoCreate-dashboard/commit/5cd81c0048fc29896dba7a41e2b0932207181f79))
1157-
* npm publish and cdn deployment ([8ad7522](https://github.com/CoCreate-app/CoCreate-dashboard/commit/8ad7522eaccbbf85bdb0b1c63da39312c644cf80))
1164+
* npm publish and cdn deployment ([8ad7522](https://github.com/CoCreate-app/CoCreate-dashboard/commit/8ad7522eaccbbf85bdb0b1c63da39312c644cf80))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/dashboard",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"dashboard",
@@ -59,4 +59,4 @@
5959
"dependencies": {
6060
"@cocreate/docs": "^1.7.13"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)