mirror of
https://github.com/thelittlerocket/zero-ui.git
synced 2024-11-10 09:02:35 +08:00
chore(release): 1.0.1
This commit is contained in:
parent
b2d3c22c66
commit
dc0c28ea2b
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
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)
|
## 1.0.0 (2021-03-21)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "zero-ui",
|
"name": "zero-ui",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "husky install",
|
"postinstall": "husky install",
|
||||||
|
|
Loading…
Reference in a new issue