Skip to content

Commit

Permalink
chore(release): 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.2](v2.1.1...v2.1.2) (2021-01-26)

### Bug Fixes

* **angular:** update version and fix package.json ([6996638](6996638))
  • Loading branch information
semantic-release-bot committed Jan 26, 2021
1 parent f4025ba commit 818b646
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 @@
## [2.1.2](https://github.com/kKen94/ngx-progress/compare/v2.1.1...v2.1.2) (2021-01-26)


### Bug Fixes

* **angular:** update version and fix package.json ([6996638](https://github.com/kKen94/ngx-progress/commit/6996638ff81b4d06686928163b9915deeb7d0985))

## [2.1.1](https://github.com/kKen94/ngx-progress/compare/v2.1.0...v2.1.1) (2021-01-10)


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": "2.1.1",
"version": "2.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,6 +1,6 @@
{
"name": "@kken94/ngx-progress",
"version": "2.1.1",
"version": "2.1.2",
"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 818b646

Please sign in to comment.