Skip to content

Commit 01aaccf

Browse files
SnowPhoenixAlMcKinlay
authored andcommittedFeb 20, 2018
v1.2.0 (#57)
1 parent 9047b5d commit 01aaccf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.0 (2018-02-19)
4+
5+
* Added support for new Pokémon, items, moves, and abilities from Ultra Sun and Ultra Moon
6+
* Added game names for Virtual Console Pokémon originating from Gold, Silver, and Crystal
7+
* Added rawNickname, rawOt, and rawNotOt attributes to allow anything after the null terminator in nicknames to be viewed
8+
39
## 1.1.2 (2017-03-10)
410

511
* Convert Chinese characters to standard unicode

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkparse",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Extracts data from .pk6 files",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)