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

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Mar 10, 2016
1 parent e6b9d8c commit f825ae5
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.3.0]
### Added
- Add "Getting Started", "Development" and "Events" documents.
- Add a contributing guide.
Expand Down Expand Up @@ -57,7 +59,8 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
### Added
- Initial release.

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

0 comments on commit f825ae5

Please sign in to comment.