Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.1](v1.7.0...v1.7.1) (2020-08-17)

### Bug Fixes

* **peer dependencies:** update ([353267a](353267a))
* **yarn.lock:** set correct registry ([1b37ce1](1b37ce1))
  • Loading branch information
semantic-release-bot committed Aug 17, 2020
1 parent 5b9ba24 commit 3f1ac8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.7.1](https://github.com/kKen94/ngx-progress/compare/v1.7.0...v1.7.1) (2020-08-17)


### Bug Fixes

* **peer dependencies:** update ([353267a](https://github.com/kKen94/ngx-progress/commit/353267a0f1f30785fdbb8f42d07757d0d6f0154f))
* **yarn.lock:** set correct registry ([1b37ce1](https://github.com/kKen94/ngx-progress/commit/1b37ce14174d1a828e09b1db4e9ea32c812c142c))

# [1.7.0](https://github.com/kKen94/ngx-progress/compare/v1.6.1...v1.7.0) (2020-08-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-progress",
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"ng": "ng",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kken94/ngx-progress",
"version": "1.7.0",
"version": "1.7.1",
"description": "The most powerful and customizable progress bar for Angular ✨",
"license": "MIT",
"homepage": "https://kken94.github.io/ngx-progress/",
Expand Down

0 comments on commit 3f1ac8c

Please sign in to comment.