diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b8f29..41fc24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.0](https://github.com/potato4d/pokemon63/compare/v1.6.0...v1.7.0) (2020-11-21) + + +### Features + +* SUpport crown tundra DLC ([9f743a0](https://github.com/potato4d/pokemon63/commit/9f743a0ef3cb0c405c93ac2daf3243a006649337)) + ## [1.6.0](https://github.com/potato4d/pokemon63/compare/v1.5.0...v1.6.0) (2020-11-01) diff --git a/package.json b/package.json index c33c0cc..f94ec9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokemon63", - "version": "1.6.0", + "version": "1.7.0", "description": "My hunky-dory Nuxt.js project", "author": "Takuma HANATANI", "private": true,