diff --git a/CHANGELOG.md b/CHANGELOG.md index 892c2ba2..b0b67a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 (2018-02-19) + +* Added support for new Pokémon, items, moves, and abilities from Ultra Sun and Ultra Moon +* Added game names for Virtual Console Pokémon originating from Gold, Silver, and Crystal +* Added rawNickname, rawOt, and rawNotOt attributes to allow anything after the null terminator in nicknames to be viewed + ## 1.1.2 (2017-03-10) * Convert Chinese characters to standard unicode diff --git a/package.json b/package.json index 6f6c51eb..fa09133b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pkparse", - "version": "1.1.2", + "version": "1.2.0", "description": "Extracts data from .pk6 files", "main": "index.js", "scripts": {