Skip to content

Commit c1afd35

Browse files
chore(release): 1.5.2 [skip ci]
## [1.5.2](v1.5.1...v1.5.2) (2023-09-18) ### Bug Fixes * Add path and pathname ([71883a2](71883a2)) * Update CoCreate depndencies to latest versions ([c2b7d67](c2b7d67))
1 parent c2b7d67 commit c1afd35

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.2](https://github.com/CoCreate-app/CoCreate-signup-animation/compare/v1.5.1...v1.5.2) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([71883a2](https://github.com/CoCreate-app/CoCreate-signup-animation/commit/71883a23884e804703f7b496be989836aabe1145))
7+
* Update CoCreate depndencies to latest versions ([c2b7d67](https://github.com/CoCreate-app/CoCreate-signup-animation/commit/c2b7d6779704785f83ee8e333fec5044adfd0487))
8+
19
## [1.5.1](https://github.com/CoCreate-app/CoCreate-signup-animation/compare/v1.5.0...v1.5.1) (2023-08-21)
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/signup-animation",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A simple signup-animation component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"signup-animation",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/actions": "^1.11.1"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)