chore(release): 1.0.1

This commit is contained in:
dec0dOS 2021-03-22 21:58:25 +03:00
parent b2d3c22c66
commit dc0c28ea2b
2 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
{
"name": "zero-ui",
"version": "1.0.0",
"version": "1.0.1",
"private": "true",
"scripts": {
"postinstall": "husky install",