diff --git a/CHANGELOG.md b/CHANGELOG.md index 590697f..fd8e637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.109](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.1.108...v1.1.109) (2022-12-25) + + +### Bug Fixes + +* bump dependencies ([94d738c](https://github.com/CoCreate-app/CoCreate-google-maps/commit/94d738c1c27d6c00b6c3fb3fcca5ed19f334a7e3)) + ## [1.1.108](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.1.107...v1.1.108) (2022-12-23) diff --git a/package.json b/package.json index 5765f11..bef9eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/google-maps", - "version": "1.1.108", + "version": "1.1.109", "description": "A simple google-maps component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "google-maps", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js",