From 0586dc100d0b6b41ecad6fd73915ab63e8a74dd2 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Mon, 6 Jan 2020 00:34:25 +0100 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 529f68d..7a7ea35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1](https://github.com/favware/dexa/compare/v2.0.0...v2.0.1) (2020-01-05) + +### Bug Fixes + +- fixed special condition evolution parsing ([ca111e4](https://github.com/favware/dexa/commit/ca111e4e6ccc66cf26fc12d592aa33e158ae8263)) + ## 2.0.0 (2020-01-05) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 08a28a6..89c48d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favware/dexa", - "version": "2.0.0", + "version": "2.0.1", "description": "Amazing pokedex skill for Alexa", "author": "@favware", "license": "MIT",