Skip to content

Commit a47216f

Browse files
author
Anthony Nahas
committed
docs(project): Updating CHANGELOG.md for v16.4.0
1 parent 89709f1 commit a47216f

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
# [16.4.0](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/16.3.1...16.4.0) (2024-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **project:** fixed postal code (number to string) ([89709f1](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/89709f19ec589769ac697bc3a751d7724d1ec3c9))
9+
310
## [16.3.1](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/16.3.0...16.3.1) (2024-03-14)
411

512

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/index-v5/69/f1/760835fe120ace77db4e25332fd732548ed84d4a7dd35d47f28f06469495

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/index-v5/85/9b/2e474c9ad8ef48835537e9964f9c046e49c77e20d7bcd1cd54957cd3a81e

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/tsbuildinfo/angular-material-extensions-google-maps-autocomplete.tsbuildinfo

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "16.3.1",
4+
"version": "16.4.0",
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 16.3.1 --ci --no-git.requireCleanWorkingDir",
46+
"release:custom": "../../../node_modules/.bin/release-it 16.4.0 --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)