Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 19, 2020
1 parent 6326040 commit 467d170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.1.1](https://github.com/angular-material-extensions/input-counter/compare/0.1.0...0.1.1) (2020-06-19)

# 0.1.0 (2020-06-19)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/input-counter",
"description": "Modern number input component built with angular and material design",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://angular-material-extensions.github.io/input-counter",
"author": {
"name": "Anthony Nahas",
Expand Down Expand Up @@ -37,7 +37,7 @@
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
"release:custom": "../../../node_modules/.bin/release-it 0.1.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 0.1.1 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/input-counter",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 467d170

Please sign in to comment.