Skip to content

Commit

Permalink
chore(release): 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhmanrus committed Oct 21, 2024
1 parent 66fc5b1 commit 12ad7cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [18.1.0](https://github.com/lekhmanrus/ngx-google-maps-places/compare/v18.0.0...v18.1.0) (2024-10-21)


### Features

* add placesAutocompleteRequest, placesAutocompleteDebounceTime, addressLine2, regionCode ([66fc5b1](https://github.com/lekhmanrus/ngx-google-maps-places/commit/66fc5b1f15f8d3d237727d353293974aa027eb8b))


### Bug Fixes

* deployment permissions ([72350f8](https://github.com/lekhmanrus/ngx-google-maps-places/commit/72350f80939d82ba0e8593aa1812c1260f073798))

## 18.0.0 (2024-09-20)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-google-maps-places",
"description": "Wrapper for new Google Maps Places API, making it easier to integrate Google Places functionality into Angular applications.",
"version": "18.0.0",
"version": "18.1.0",
"homepage": "https://lekhmanrus.github.io/ngx-google-maps-places/",
"bugs": {
"url": "https://github.com/lekhmanrus/ngx-google-maps-places/issues",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-google-maps-places-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-google-maps-places-api",
"description": "Angular library that provides a seamless integration with new Google Maps Places API, offering easy-to-use services for place details retrieval and management in Angular applications.",
"version": "18.0.0",
"version": "18.1.0",
"homepage": "https://lekhmanrus.github.io/ngx-google-maps-places/",
"bugs": {
"url": "https://github.com/lekhmanrus/ngx-google-maps-places/issues",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-google-maps-places-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-google-maps-places-autocomplete",
"description": "Angular library that provides a powerful and customizable Google Maps Places Autocomplete component for your Angular applications.",
"version": "18.0.0",
"version": "18.1.0",
"homepage": "https://lekhmanrus.github.io/ngx-google-maps-places/",
"bugs": {
"url": "https://github.com/lekhmanrus/ngx-google-maps-places/issues",
Expand Down

0 comments on commit 12ad7cd

Please # to comment.