Skip to content

Commit d2b5f94

Browse files
chore(release): 1.4.9 [skip ci]
## [1.4.9](v1.4.8...v1.4.9) (2023-05-19) ### Bug Fixes * apikey renamed to key ([10ffdce](10ffdce)) * apikey renamed to key ([e2a130f](e2a130f)) * update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([015853a](015853a))
1 parent 015853a commit d2b5f94

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.9](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.4.8...v1.4.9) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* apikey renamed to key ([10ffdce](https://github.com/CoCreate-app/CoCreate-google-maps/commit/10ffdced5557e2ec74278ec9b17a45540687d072))
7+
* apikey renamed to key ([e2a130f](https://github.com/CoCreate-app/CoCreate-google-maps/commit/e2a130fd4bdca368e1567f48d9d5ebd1ed8ecea4))
8+
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([015853a](https://github.com/CoCreate-app/CoCreate-google-maps/commit/015853abb490dfe9936b37b99e9cd3202b890732))
9+
110
## [1.4.8](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.4.7...v1.4.8) (2023-05-06)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/google-maps",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"description": "A simple google-maps component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"google-maps",
@@ -61,4 +61,4 @@
6161
"@cocreate/docs": "^1.7.10",
6262
"@googlemaps/js-api-loader": "^1.12.8"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)