diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd1eda6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ + + +## 0.0.9 (2024-10-02) + + +### Bug Fixes + +* git repo url ([acbe432](https://github.com/atilafassina/quantum/commit/acbe4329bb3b7296c74c391c5d407b01724f1baf)) +* wrong app entry point causing crash ([#17](https://github.com/atilafassina/quantum/issues/17)) ([0b0c18f](https://github.com/atilafassina/quantum/commit/0b0c18f84a8f7935cb50a983a8151247ecfd85f4)) diff --git a/package.json b/package.json index 96e0d50..cd40fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-quantum", - "version": "0.0.8", + "version": "0.0.9", "type": "module", "main": "./lib/index.js", "license": "MIT",