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

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Feb 22, 2016
1 parent b69c3d9 commit 750bd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]
## [0.1.1] - 2016-02-22
### Added
- This CHANGELOG file.
- Update `gh-pages` automatically when `master` branch is changed.
Expand All @@ -20,4 +20,4 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
### Added
- Initial release.

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

0 comments on commit 750bd24

Please sign in to comment.