From 997aafd081d4511c6ce3c1784116f6ca2843da9c Mon Sep 17 00:00:00 2001 From: not-an-aardvark Date: Sun, 10 Jul 2016 15:38:04 -0400 Subject: [PATCH] v0.10.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1ca2ba..a9997ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.10.13 (2016-07-10) + +* Fixed an issue where Magikarp's data file was incorrectly formatted +* Fixed an issue where certain memories would cause parsing failures +* Fixed an issue where item data for Latiasite/Latiosite was missing +* Fixed an issue where item data for the ORAS "Bike" item was missing + ## v0.10.12 (2016-07-10) * Fixed an issue where data for ORAS moves was missing diff --git a/package.json b/package.json index fd86337a..6851e29a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pk6parse", - "version": "0.10.12", + "version": "0.10.13", "description": "Extracts data from .pk6 files", "main": "index.js", "scripts": {