diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..529f68d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +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. + +## 2.0.0 (2020-01-05) + +### ⚠ BREAKING CHANGES + +- TypeScript port means the old code is fully reworked and is not compatible with any old code + +Signed-off-by: Jeroen Claassens + +- rewrite to TypeScript and graphql-pokemon API ([#30](https://github.com/favware/dexa/issues/30)) ([fff98a9](https://github.com/favware/dexa/commit/fff98a9478b2da2d4d624225fa538719bb137a0c)) diff --git a/package.json b/package.json index c4c209d..8173733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favware/dexa", - "version": "1.5.0", + "version": "2.0.0", "description": "Amazing pokedex skill for Alexa", "author": "@favware", "license": "MIT",