Skip to content

Commit 340d5c8

Browse files
committed
docs(project): Updating CHANGELOG.md for v5.0.0
1 parent ae98312 commit 340d5c8

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
* docs(project): minor (ae98312)
2+
* Merge pull request #298 from zacuke/master (38700f1)
3+
* update:build (b3a0f8c)
4+
* builder:test (867559c)
5+
* Update main.yml (1f71298)
6+
* Update main.yml (1d2520c)
7+
* Update main.yml (53f60ce)
8+
* Update main.yml (4aa393e)
9+
* Update main.yml (1bd9740)
10+
* Update main.yml (63eac65)
11+
* Update main.yml (118866e)
12+
* Create main.yml (6e5466b)
13+
* more :Test (67ac7cd)
14+
* remove dist and update a few pkg : test (e3cc032)
15+
* trying dist (cd6d2c0)
16+
* angular 10 (effb359)
17+
118
* fix(lib): support default value in `mat-search-google-maps-autocomplete` (e345c4d)
219
* fix(lib): updated angular to v9.1.12 (84c16e2)
320

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

Lines changed: 2 additions & 2 deletions
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": "4.1.1-angular10",
4+
"version": "5.0.0",
55
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",
@@ -42,7 +42,7 @@
4242
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4343
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4444
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
45-
"release:custom": "../../../node_modules/.bin/release-it 4.1.1 --ci --no-git.requireCleanWorkingDir",
45+
"release:custom": "../../../node_modules/.bin/release-it 5.0.0 --ci --no-git.requireCleanWorkingDir",
4646
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
4747
"test": "../../../node_modules/.bin/jest --coverage",
4848
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)