Skip to content

Commit

Permalink
chore(release): 1.1.114 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.114](v1.1.113...v1.1.114) (2023-01-01)

### Bug Fixes

* docs sanbox overflow ([01e6b7b](01e6b7b))
  • Loading branch information
semantic-release-bot committed Jan 1, 2023
1 parent 01e6b7b commit 066bb46
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.114](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.1.113...v1.1.114) (2023-01-01)


### Bug Fixes

* docs sanbox overflow ([01e6b7b](https://github.com/CoCreate-app/CoCreate-google-maps/commit/01e6b7b1ba1347b676cd5a3ff8a65edf7a9dfbd4))

## [1.1.113](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.1.112...v1.1.113) (2022-12-31)


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.113",
"version": "1.1.114",
"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 066bb46

Please sign in to comment.