From e0fcf7808042f85fb0f614923625cc7f9bbc5f8e Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sun, 2 Feb 2020 15:02:31 +0100 Subject: [PATCH] chore(release): 2.0.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45154c8..2d1a7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/favware/dexa/compare/v2.0.2...v2.0.3) (2020-02-02) + +### Bug Fixes + +- build was broken, now fixed ([71911f7](https://github.com/favware/dexa/commit/71911f7e2134d75af5b4d90e65c3ab48ba544d10)) +- fixed typo generaton -> generation ([379e2e0](https://github.com/favware/dexa/commit/379e2e05876f2dfa613c4317853495eb26fa0186)) +- multiple bugfixes, details in description ([73ef48b](https://github.com/favware/dexa/commit/73ef48bccfb5751d7b67d59c221ee4150c8719bc)) + ### [2.0.2](https://github.com/favware/dexa/compare/v2.0.1...v2.0.2) (2020-01-05) ### Bug Fixes diff --git a/package.json b/package.json index 20001d0..2873677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favware/dexa", - "version": "2.0.2", + "version": "2.0.3", "description": "Amazing pokedex skill for Alexa", "author": "@favware", "license": "MIT",