Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Dec 8, 2022
1 parent efbf75e commit ceb6fa5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


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


### Bug Fixes

* **project:** solved problem with peer deps for flex-layout [#328](https://github.com/angular-material-extensions/google-maps-autocomplete/issues/328) ([e034068](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/e034068654bc08a5f3ae90c343ee71f86c04ff4f))
* **project:** upgraded angular deps ([e1b624d](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/e1b624d5942634f98db6bc758120a637eb8dd0b3))
* **project:** upgraded angular material ([efbf75e](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/efbf75ee60e818cd47d6d7c28094a8da3bec9f8c))

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


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": "9.0.2",
"version": "9.0.3",
"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 9.0.2 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 9.0.3 --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 ceb6fa5

Please sign in to comment.