Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2019-05-26)

### Bug Fixes

* complete and test detect encoding ([fbfd156](fbfd156))
* entry point ([d64d317](d64d317))
* replace tab with white space ([5972735](5972735))

### Features

* complete alpha version ([b95a132](b95a132))
* first functional version ([85e620e](85e620e))
  • Loading branch information
semantic-release-bot committed May 26, 2019
1 parent ac145c0 commit 8e25ab2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.2.0](https://github.com/matteobad/twillio-textarea-counter/compare/v1.1.0...v1.2.0) (2019-05-26)


### Bug Fixes

* complete and test detect encoding ([fbfd156](https://github.com/matteobad/twillio-textarea-counter/commit/fbfd156))
* entry point ([d64d317](https://github.com/matteobad/twillio-textarea-counter/commit/d64d317))
* replace tab with white space ([5972735](https://github.com/matteobad/twillio-textarea-counter/commit/5972735))


### Features

* complete alpha version ([b95a132](https://github.com/matteobad/twillio-textarea-counter/commit/b95a132))
* first functional version ([85e620e](https://github.com/matteobad/twillio-textarea-counter/commit/85e620e))

# [1.1.0](https://github.com/matteobad/npm-package-boilerplate/compare/v1.0.0...v1.1.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twillio-textarea-counter",
"version": "0.0.0",
"version": "1.2.0",
"description": "",
"main": "dist/twillio-textarea-counter.js",
"module": "dist/twillio-textarea-counter.mjs",
Expand Down

0 comments on commit 8e25ab2

Please sign in to comment.