Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2019-11-22)

### Bug Fixes

* **demo:** set position relative to ngx-progress parent ([50d3928](50d3928))
  • Loading branch information
semantic-release-bot committed Nov 22, 2019
1 parent 657f0ad commit a76e559
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.2.1](https://github.com/kKen94/ngx-progress/compare/v1.2.0...v1.2.1) (2019-11-22)


### Bug Fixes

* **demo:** set position relative to ngx-progress parent ([50d3928](https://github.com/kKen94/ngx-progress/commit/50d39286ecf37ff46bee7aae809ac68b44fcdbe1))

# [1.2.0](https://github.com/kKen94/ngx-progress/compare/v1.1.2...v1.2.0) (2019-11-21)


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

0 comments on commit a76e559

Please sign in to comment.