From 5af9b837156d984af1c006756aa4564d6d657cb1 Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 19 Dec 2019 07:29:03 +0200 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e307f1e..77f2c0c 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.1](https://github.com/dessant/web-archives/compare/v2.0.0...v2.0.1) (2019-12-19) + + +### Bug Fixes + +* better align select component ([54c924f](https://github.com/dessant/web-archives/commit/54c924fed18a418ad051ef9833e90d5f183a1577)) +* flip button positions ([a19c16c](https://github.com/dessant/web-archives/commit/a19c16cde95d8c401ffebd2078d2892f04dc48dc)) + ## [2.0.0](https://github.com/dessant/web-archives/compare/v1.8.0...v2.0.0) (2019-12-15) diff --git a/package.json b/package.json index 63760d3..3c9a084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-archives", - "version": "2.0.0", + "version": "2.0.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/web-archives", "license": "GPL-3.0-only",