Skip to content

Commit

Permalink
Nakama JavaScript 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Nov 24, 2017
1 parent e3e0a08 commit 646b2c0
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 @@ -3,10 +3,13 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

## [Unreleased]
## [0.2.0] - 2017-11-24
### Added
- Matchmaking and multiplayer support.

### Changed
- Build system now bundles a Base64 codec.

### Fixed
- Use Base64 library to enhance React Native compatibility.

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": "@heroiclabs/nakama-js",
"version": "0.1.0",
"version": "0.2.0",
"description": "JavaScript client for Nakama server.",
"keywords": ["realtime", "realtime chat", "nakama", "game server"],
"homepage": "https://heroiclabs.com",
Expand Down

0 comments on commit 646b2c0

Please sign in to comment.