diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bccf30..2a26f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,25 @@ 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.4](https://github.com/dec0dOS/zero-ui/compare/v1.0.3...v1.0.4) (2021-04-16) + +### Bug Fixes + +- **backend/app.js:** fixes database initialization ([0aa2eed](https://github.com/dec0dOS/zero-ui/commit/0aa2eed17a96f97c42fa1fe953d27d1419ea91e2)) + ### [1.0.3](https://github.com/dec0dOS/zero-ui/compare/v1.0.2...v1.0.3) (2021-03-22) ### [1.0.2](https://github.com/dec0dOS/zero-ui/compare/v1.0.1...v1.0.2) (2021-03-22) - ### Bug Fixes -* merge commands in package.json ([6aa6f1d](https://github.com/dec0dOS/zero-ui/commit/6aa6f1d69bd399e985f6a20cd2c79e51a3fd1238)) +- merge commands in package.json ([6aa6f1d](https://github.com/dec0dOS/zero-ui/commit/6aa6f1d69bd399e985f6a20cd2c79e51a3fd1238)) ### [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)) +- 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 796538e..de555aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-ui", - "version": "1.0.3", + "version": "1.0.4", "private": "true", "scripts": { "postinstall": "husky install",