Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 15, 2022
1 parent f6e5931 commit 84bea82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* fix(project): upgraded deps (f6e5931)
* fix(project): upgraded angular and material (782a9b6)
* fix(project): docs (ea1e37d)
* fix(project): docs (4245bc8)

* fix(project): upgraded angular material (7475144)
* fix(project): upgraded angular core and cli (875bd36)
* fix(project): upgraded angular core and cli (e3ed7d3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@
}
}
}
}
}
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": "8.1.2",
"version": "8.1.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 8.1.2 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 8.1.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 84bea82

Please sign in to comment.