We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4e653 commit 6b761b8Copy full SHA for 6b761b8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.2 (2017-03-10)
4
+
5
+* Convert Chinese characters to standard unicode
6
+* Add names for Totem forms in gen 7
7
+* Remove "male" and "female" names for meowstic forms
8
9
## 1.1.1 (2017-02-24)
10
11
* Fix incorrect forms of pumpkaboo and gourgeist (pk6 files of small and average were given the wrong form name)
package.json
@@ -1,6 +1,6 @@
{
"name": "pkparse",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Extracts data from .pk6 files",
"main": "index.js",
"scripts": {
0 commit comments