From 3adbbd3471084a9971954680f901d030a979ccf8 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Tue, 17 Nov 2020 23:19:12 +0500 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf033b..1750673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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/VChet/StyleBase/compare/v2.0.0...v2.0.1) (2020-11-17) + + +### Bug Fixes + +* **db:** send code and name on save error ([25cf268](https://github.com/VChet/StyleBase/commit/25cf26852e2683610de33505f284de803aa2fbce)) +* **style info:** fix actions on style removal ([2b909c1](https://github.com/VChet/StyleBase/commit/2b909c14b3ded73ef8ffc7ca67c7f1d49e90cc17)) +* fix dialog component names ([e04f767](https://github.com/VChet/StyleBase/commit/e04f76724e743fb514e9e6455ff85d75101c73da)) + ## [2.0.0](https://github.com/VChet/StyleBase/compare/v1.8.0...v2.0.0) (2020-11-14) diff --git a/package.json b/package.json index fa99550..23c20de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "2.0.0", + "version": "2.0.1", "author": "VChet", "contributors": [ "rudnovd" diff --git a/src/package.json b/src/package.json index f8fabbe..fb1d9d9 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "2.0.0", + "version": "2.0.1", "author": "VChet", "contributors": [ "rudnovd"