Skip to content

Commit

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

### Performance Improvements

* **demo:** add overlay value input ([aff22b4](aff22b4))
  • Loading branch information
semantic-release-bot committed Aug 6, 2020
1 parent b85412c commit f207c3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.1](https://github.com/kKen94/ngx-progress/compare/v1.6.0...v1.6.1) (2020-08-06)


### Performance Improvements

* **demo:** add overlay value input ([aff22b4](https://github.com/kKen94/ngx-progress/commit/aff22b4e24738aa9d742b485668c26d76a9bf8ff))

# [1.6.0](https://github.com/kKen94/ngx-progress/compare/v1.5.3...v1.6.0) (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.0",
"version": "1.6.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.6.0",
"version": "1.6.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 f207c3c

Please sign in to comment.