Skip to content

Commit 713df35

Browse files
chore(release): 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2025-04-11) ### Bug Fixes * dispatch end event on action element rather than document ([5143291](5143291)) * update observer obseve param to type and and attributeName to attributeFilter ([b0111bf](b0111bf))
1 parent b0111bf commit 713df35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.12.0...v1.12.1) (2025-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* dispatch end event on action element rather than document ([5143291](https://github.com/CoCreate-app/CoCreate-google-maps/commit/51432919e8a2c8d23bfa339732ea291ee1eb1acf))
7+
* update observer obseve param to type and and attributeName to attributeFilter ([b0111bf](https://github.com/CoCreate-app/CoCreate-google-maps/commit/b0111bf6074b554474305bcd95ec7206ccb2c5d1))
8+
19
# [1.12.0](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.11.0...v1.12.0) (2025-01-18)
210

311

package.json

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

0 commit comments

Comments
 (0)