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

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Mar 14, 2016
1 parent 72bcea0 commit f075954
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.4.0]
### Added
- Enable to preload third party editor classes via `Textcomplete.editors`.
- Enable to select dropdown by tab key.
Expand Down Expand Up @@ -69,7 +71,8 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
### Added
- Initial release.

[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/yuku-t/textcomplete/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/yuku-t/textcomplete/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/yuku-t/textcomplete/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/yuku-t/textcomplete/compare/v0.1.1...v0.1.2
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.3.0",
"version": "0.4.0",
"description": "Autocomplete for textarea elements",
"main": "lib/textcomplete.js",
"scripts": {
Expand Down

0 comments on commit f075954

Please sign in to comment.