Skip to content

Commit

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

### Features

* **indeterminate bar:** add property to enable indeterminate bar style ([d701dc3](d701dc3))
* **request filtering:** now some url can be whitlisted ([82cf63c](82cf63c))
  • Loading branch information
semantic-release-bot committed Aug 7, 2020
1 parent 9180c04 commit 6fba09f
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.0](https://github.com/kKen94/ngx-progress/compare/v1.6.1...v1.7.0) (2020-08-07)


### Features

* **indeterminate bar:** add property to enable indeterminate bar style ([d701dc3](https://github.com/kKen94/ngx-progress/commit/d701dc395d19269868398995d808472c45cdc0a0))
* **request filtering:** now some url can be whitlisted ([82cf63c](https://github.com/kKen94/ngx-progress/commit/82cf63c23d2eec0d2c922f69d5b7b106db663cbf))

## [1.6.1](https://github.com/kKen94/ngx-progress/compare/v1.6.0...v1.6.1) (2020-08-06)


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.6.1",
"version": "1.7.0",
"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.6.1",
"version": "1.7.0",
"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 6fba09f

Please sign in to comment.