Skip to content

Commit

Permalink
chore(release): 1.1.109 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.109](v1.1.108...v1.1.109) (2022-12-25)

### Bug Fixes

* bump dependencies ([94d738c](94d738c))
  • Loading branch information
semantic-release-bot committed Dec 25, 2022
1 parent 94d738c commit 53252a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 53252a3

Please sign in to comment.