Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.27...v1.5.0) (2023-08-16)

### Bug Fixes

* crud attributes renamed ([a645484](a645484))
* renamed data-geolocation to geolocation ([c67a8ac](c67a8ac))
* replace -target -selector ([0ad3dca](0ad3dca))
* Simplify geolocation attribute in current-location.html ([9c2533e](9c2533e))
* updated fetch-limit to filter-limit ([f210169](f210169))
* webpack.config and package.json make use of mode=production instead of process.env ([b6d6adb](b6d6adb))

### Features

* name attribute and variable renamed to key ([362b0dc](362b0dc))
* Refactor geolocation initialization and saving logic ([a51b42d](a51b42d))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([c31b978](c31b978))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent b6d6adb commit 8ed76ed
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.5.0](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.4.27...v1.5.0) (2023-08-16)


### Bug Fixes

* crud attributes renamed ([a645484](https://github.com/CoCreate-app/CoCreate-google-maps/commit/a64548428cb5d650d3c1f2e24d2910c236660489))
* renamed data-geolocation to geolocation ([c67a8ac](https://github.com/CoCreate-app/CoCreate-google-maps/commit/c67a8acf9daa8ce1420f901b067e95455a7ae1b2))
* replace -target -selector ([0ad3dca](https://github.com/CoCreate-app/CoCreate-google-maps/commit/0ad3dcaa475b16b2cd3facca64ae27b3a0f8f244))
* Simplify geolocation attribute in current-location.html ([9c2533e](https://github.com/CoCreate-app/CoCreate-google-maps/commit/9c2533e7fc2ccb575f78093be4c81c80c0fd9685))
* updated fetch-limit to filter-limit ([f210169](https://github.com/CoCreate-app/CoCreate-google-maps/commit/f21016936cc7f2dae0d6400af106052471a8b95c))
* webpack.config and package.json make use of mode=production instead of process.env ([b6d6adb](https://github.com/CoCreate-app/CoCreate-google-maps/commit/b6d6adbd7fd3d23c6864def644939d6b86dc323b))


### Features

* name attribute and variable renamed to key ([362b0dc](https://github.com/CoCreate-app/CoCreate-google-maps/commit/362b0dcdff256e3defcc0214c7572d6c7e818bce))
* Refactor geolocation initialization and saving logic ([a51b42d](https://github.com/CoCreate-app/CoCreate-google-maps/commit/a51b42d2c026f970cef4afcdd2c6c9f3e5dfef1b))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([c31b978](https://github.com/CoCreate-app/CoCreate-google-maps/commit/c31b978172ed140d128ed59e357aa4470c7ea8cb))

## [1.4.27](https://github.com/CoCreate-app/CoCreate-google-maps/compare/v1.4.26...v1.4.27) (2023-06-14)


Expand Down
4 changes: 2 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.4.27",
"version": "1.5.0",
"description": "A simple google-maps component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"google-maps",
Expand Down Expand Up @@ -60,4 +60,4 @@
"dependencies": {
"@googlemaps/js-api-loader": "^1.12.8"
}
}
}

0 comments on commit 8ed76ed

Please sign in to comment.