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

Commit

Permalink
Version 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Nov 15, 2017
1 parent 39f4f4c commit 0f66ea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]

## [0.14.4] - 2017-11-15
### Fixed
- Update undate to fix infinite loop.

Expand Down Expand Up @@ -173,7 +175,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.14.3...HEAD
[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.14.4...HEAD
[0.14.4]: https://github.com/yuku-t/textcomplete/compare/v0.14.3...v0.14.4
[0.14.3]: https://github.com/yuku-t/textcomplete/compare/v0.14.2...v0.14.3
[0.14.2]: https://github.com/yuku-t/textcomplete/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/yuku-t/textcomplete/compare/v0.14.0...v0.14.1
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.14.3",
"version": "0.14.4",
"description": "Autocomplete for textarea elements",
"main": "lib/textcomplete.js",
"scripts": {
Expand Down

0 comments on commit 0f66ea0

Please sign in to comment.