Skip to content

Commit 9a3365e

Browse files
chore(release): 1.16.2 [skip ci]
## [1.16.2](v1.16.1...v1.16.2) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([04b89d5](04b89d5)) * svg icon class ([7272452](7272452))
1 parent 04b89d5 commit 9a3365e

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.16.2](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.16.1...v1.16.2) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([04b89d5](https://github.com/CoCreate-app/CoCreate-observer/commit/04b89d51f4a5083eeea29aedeb8ab7e98a45679d))
7+
* svg icon class ([7272452](https://github.com/CoCreate-app/CoCreate-observer/commit/7272452bf7da24116fbe6e8c75059ace355d5300))
8+
19
## [1.16.1](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.16.0...v1.16.1) (2024-04-29)
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/observer",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.",
55
"keywords": [
66
"observer",
@@ -61,4 +61,4 @@
6161
"@cocreate/utils": "^1.33.7",
6262
"css-selector-parser": "^1.4.1"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)