Skip to content

Commit 84bea82

Browse files
committed
docs(project): Updating CHANGELOG.md for v8.1.3
1 parent f6e5931 commit 84bea82

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* fix(project): upgraded deps (f6e5931)
2+
* fix(project): upgraded angular and material (782a9b6)
3+
* fix(project): docs (ea1e37d)
4+
* fix(project): docs (4245bc8)
5+
16
* fix(project): upgraded angular material (7475144)
27
* fix(project): upgraded angular core and cli (875bd36)
38
* fix(project): upgraded angular core and cli (e3ed7d3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@
149149
}
150150
}
151151
}
152-
}
152+
}

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