Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dosé committed Jun 30, 2017
1 parent 13d7f83 commit e5241d9
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 @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.0] - 2017-06-30
### Added
- Right prompt (requires server version >= 4.0.0)
- 256 color and true color support (requires server version >= 4.0.0)
Expand All @@ -13,5 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Release tracking via an initial [github release](https://github.com/doughsay/room.js-client/releases/tag/2.1.0) and a tag.

[Unreleased]: https://github.com/doughsay/room.js-client/compare/2.1.0...HEAD
[Unreleased]: https://github.com/doughsay/room.js-client/compare/2.2.0...HEAD
[2.2.0]: https://github.com/doughsay/room.js-client/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/doughsay/room.js-client/releases/tag/2.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "room.js-client",
"version": "2.1.0",
"version": "2.2.0",
"description": "Room.js client.",
"scripts": {
"deps": "yarn",
Expand Down

0 comments on commit e5241d9

Please sign in to comment.