Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Luchs committed Dec 29, 2017
1 parent 4d5a866 commit 326e117
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="4.0.0"></a>
# [4.0.0](https://github.com/luchsamapparat/nim/compare/v3.0.0...v4.0.0) (2017-12-29)


### Features

* added example.js ([f6b76ad](https://github.com/luchsamapparat/nim/commit/f6b76ad))
* refactored into separate ES modules, added tests for each function, changed all tests parametrized to match game config ([a78dffc](https://github.com/luchsamapparat/nim/commit/a78dffc))
* updated tslint config ([34f7ce3](https://github.com/luchsamapparat/nim/commit/34f7ce3))


### BREAKING CHANGES

* added public playRound method instead of playNextRound method as part of startGame's return value



<a name="3.0.0"></a>
# [3.0.0](https://github.com/luchsamapparat/nim/compare/v2.0.0...v3.0.0) (2017-12-28)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luchsamapparat/nim",
"version": "3.0.0",
"version": "4.0.0",
"description": "Nim game library",
"main": "dist/index",
"typings": "dist/index",
Expand Down

0 comments on commit 326e117

Please sign in to comment.