From dc0c28ea2b6a4a4b359f8f99196955e0e913d25f Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Mon, 22 Mar 2021 21:58:25 +0300 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca00810..137c6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +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. +### [1.0.1](https://github.com/dec0dOS/zero-ui/compare/v1.0.0...v1.0.1) (2021-03-22) + + +### Bug Fixes + +* preserve data directory in git ([e3f613d](https://github.com/dec0dOS/zero-ui/commit/e3f613ddeb66b6f6b55cbbfd29d88c07df00a598)) +* tooling config ([548bf76](https://github.com/dec0dOS/zero-ui/commit/548bf764584cca6ba28ea6574d404d77d6ce84fb)) + ## 1.0.0 (2021-03-21) diff --git a/package.json b/package.json index 0d3b81f..9400cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-ui", - "version": "1.0.0", + "version": "1.0.1", "private": "true", "scripts": { "postinstall": "husky install",