Skip to content

Commit 71702bf

Browse files
chore(release): 1.5.14 [skip ci]
## [1.5.14](v1.5.13...v1.5.14) (2023-06-04) ### Bug Fixes * replaced secert GITHUB_TOKEN with GITHUB ([c0a20d5](c0a20d5)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([0e7b56e](0e7b56e))
1 parent 0e7b56e commit 71702bf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.14](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.13...v1.5.14) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* replaced secert GITHUB_TOKEN with GITHUB ([c0a20d5](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/c0a20d587c8694e70eb5e132d1c7bffe5225b3b1))
7+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([0e7b56e](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/0e7b56e2fc94b711f1657d565ee79085b36bae6f))
8+
19
## [1.5.13](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.12...v1.5.13) (2023-06-04)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",
55
"keywords": [
66
"conditional-logic",
@@ -64,4 +64,4 @@
6464
"@cocreate/observer": "^1.8.3",
6565
"@cocreate/utils": "^1.21.1"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)