Skip to content

Commit

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

### Bug Fixes

* bump dependnecies ([660e485](660e485))
  • Loading branch information
semantic-release-bot committed Dec 23, 2022
1 parent 660e485 commit a0ff9a1
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.108](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.1.107...v1.1.108) (2022-12-23)


### Bug Fixes

* bump dependnecies ([660e485](https://github.com/CoCreate-app/CoCreate-google-maps/commit/660e485bbfd4aea8bd79f021782e0655ce4a9bf4))

## [1.1.107](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.1.106...v1.1.107) (2022-12-22)


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.107",
"version": "1.1.108",
"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 a0ff9a1

Please sign in to comment.