Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 19, 2020
1 parent 3883ca3 commit 034f63d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 0.1.0 (2020-06-19)


### Bug Fixes

* **lib:** downgraded flex layout package to v9 ([935ba53](https://github.com/angular-material-extensions/input-counter/commit/935ba53b6505f5ff085ed94be83ba2538b0d91b4))


### Features

* **demo:** improved the demo app + added ability to customize the component ([2e0a374](https://github.com/angular-material-extensions/input-counter/commit/2e0a3744ee79a71aab3fd0ab92449e84a4195933))
* **demo:** updated the demo app ([f876a31](https://github.com/angular-material-extensions/input-counter/commit/f876a31028f33c33e4e088f10255eadacb6e497b))
* **lib:** enhanced the lib ([f1603bd](https://github.com/angular-material-extensions/input-counter/commit/f1603bd902cf4479ca2f5ab7a074c4ef51ed6b7e))

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.0.1",
"version": "0.1.0",
"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 4.1.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 0.1.0 --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 034f63d

Please sign in to comment.