Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Mar 14, 2024
1 parent 2253bb0 commit 78354b5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@


# [16.1.0](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/9.0.3...16.1.0) (2024-03-14)


### Bug Fixes

* **project:** minor ([d1ab09b](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/d1ab09b8d8d1ae93093ee8ee36395eceadf1a834))
* **project:** removed agm core logic ([2253bb0](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/2253bb004f743e186f2c2192a32f68a3e822250c))
* **project:** removed agm core logic ([dda725a](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/dda725ae0319cdfd9a1b2d1dfd9d2f357ecec576))
* **project:** upgraded angular to v16 ([b5b1479](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/b5b14791f8ab25ff9e56a39a6a506e75df346ef3))
* **project:** upgraded angular to v16 ([042acf6](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/042acf6875e325f4313fffa7e1a527c2844741cc))

## [9.0.3](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/9.0.2...9.0.3) (2022-12-08)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/google-maps-autocomplete",
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
"version": "16.0.0",
"version": "16.1.0",
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
"author": {
"name": "Anthony Nahas",
Expand Down Expand Up @@ -43,7 +43,7 @@
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
"release:custom": "../../../node_modules/.bin/release-it 16.0.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 16.1.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 78354b5

Please sign in to comment.