Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Dec 19, 2017
1 parent 5550c02 commit b728219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]
### Added
- Export `Textarea` and `Textcomplete` from main entry file.

## [0.16.0] - 2017-12-19
### Changed
- Export `Textarea` and `Textcomplete` from main entry file. Now it no longer exports
`Textcomplete` as default.

## [0.15.0] - 2017-12-14
### Added
Expand Down Expand Up @@ -185,7 +188,8 @@ Textcomplete loses a lot of weight. Now it is smaller than jquery-textcomplete!
### Added
- Initial release.

[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/yuku-t/textcomplete/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/yuku-t/textcomplete/compare/v0.14.5...v0.15.0
[0.14.5]: https://github.com/yuku-t/textcomplete/compare/v0.14.4...v0.14.5
[0.14.4]: https://github.com/yuku-t/textcomplete/compare/v0.14.3...v0.14.4
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": "textcomplete",
"version": "0.15.0",
"version": "0.16.0",
"description": "Autocomplete for textarea elements",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b728219

Please sign in to comment.