Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v16.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Mar 14, 2024
1 parent 4b21992 commit 9f1e78e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


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


### Bug Fixes

* **project:** updated peer dep of zonejs ([4b21992](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/4b219923aeb90139b23ee1a707f7785194555a80))

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


Expand Down
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.3.0",
"version": "16.3.1",
"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.3.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 16.3.1 --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 9f1e78e

Please sign in to comment.