Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2019-11-19)

### Bug Fixes

* **end of bar:** fix an error that not completed progress bar ([0d3257a](0d3257a))
  • Loading branch information
semantic-release-bot committed Nov 19, 2019
1 parent b5d321f commit 1d21864
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.1.2](https://github.com/kKen94/ngx-progress/compare/v1.1.1...v1.1.2) (2019-11-19)


### Bug Fixes

* **end of bar:** fix an error that not completed progress bar ([0d3257a](https://github.com/kKen94/ngx-progress/commit/0d3257a81de7ab24dd8fc70eecd4561bf6c67fac))

## [1.1.1](https://github.com/kKen94/ngx-progress/compare/v1.1.0...v1.1.1) (2019-11-18)


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.1.1",
"version": "1.1.2",
"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,7 +1,7 @@
{
"name": "@kken94/ngx-progress",
"description": "Powerful progress bar for Angular",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"homepage": "https://github.com/kKen94/ngx-progress",
"repository": {
Expand Down

0 comments on commit 1d21864

Please sign in to comment.