Skip to content

Commit

Permalink
v1.1.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark authored Feb 19, 2017
1 parent ceb2a6b commit 98ad637
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0 (2017-02-19)

* Added hyperTrainedHp as an alias for hyperTrainedHP
* Deprecated hyperTrainedHP
* Fixed a bug where stats were computed incorrectly with hyper training

## 1.0.0 (2017-02-15)

* Added support for pk7s (need to pass gen=7 option to parser)
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": "pkparse",
"version": "1.0.0",
"version": "1.1.0",
"description": "Extracts data from .pk6 files",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 98ad637

Please sign in to comment.