Skip to content

Commit 9fcd8b9

Browse files
committed
chore(release): 2.0.0
1 parent 61815fe commit 9fcd8b9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 2.0.0 (2020-01-05)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- TypeScript port means the old code is fully reworked and is not compatible with any old code
10+
11+
Signed-off-by: Jeroen Claassens <support@favware.tech>
12+
13+
- rewrite to TypeScript and graphql-pokemon API ([#30](https://github.com/favware/dexa/issues/30)) ([fff98a9](https://github.com/favware/dexa/commit/fff98a9478b2da2d4d624225fa538719bb137a0c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@favware/dexa",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Amazing pokedex skill for Alexa",
55
"author": "@favware",
66
"license": "MIT",

0 commit comments

Comments
 (0)