Skip to content

Commit

Permalink
Nakama JavaScript 0.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Feb 2, 2018
1 parent 52a4192 commit e3d9c15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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.4.0] - 2018-02-02
### Changed
- Re-structure project for wider browser compatibility.
- Use a polyfill for window.fetch support.

### Fixed
- Fix bug in MatchDataSendRequest message.

## [0.3.0] - 2017-11-27
### Added
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.3.0",
"version": "0.4.0",
"description": "JavaScript client for Nakama server.",
"keywords": [
"realtime",
Expand Down

0 comments on commit e3d9c15

Please sign in to comment.