Skip to content

Commit b406e14

Browse files
committed
docs(project): Updating CHANGELOG.md for v9.0.2
1 parent ed8af45 commit b406e14

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
## [9.0.2](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/9.0.1...9.0.2) (2022-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **project:** upgraded angular cdk and material ([ed8af45](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/ed8af45c6ca2654b065a48b7b5c4818cfc2e02b2))
9+
* **project:** upgraded angular cdk and material ([c04de57](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/c04de5710c9a0f026679e02457d9e29f24c6544a))
10+
* **project:** upgraded angular cli and core ([5c357c9](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/5c357c954e5e8f28212efbdc7e35931057739eb7))
11+
312
## [9.0.1](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/9.0.0...9.0.1) (2022-11-25)
413

514

projects/angular-material-extensions/google-maps-autocomplete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/google-maps-autocomplete",
33
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
4-
"version": "9.0.1",
4+
"version": "9.0.2",
55
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",
@@ -43,7 +43,7 @@
4343
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4444
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4545
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
46-
"release:custom": "../../../node_modules/.bin/release-it 9.0.1 --ci --no-git.requireCleanWorkingDir",
46+
"release:custom": "../../../node_modules/.bin/release-it 9.0.2 --ci --no-git.requireCleanWorkingDir",
4747
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
4848
"test": "../../../node_modules/.bin/jest --coverage",
4949
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)