diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1eda6..71d146b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [0.0.10](https://github.com/atilafassina/quantum/compare/0.0.9...0.0.10) (2024-10-03) + + +### Bug Fixes + +* interpolate the actual Org name to the updater endpoint ([#23](https://github.com/atilafassina/quantum/issues/23)) ([15c747c](https://github.com/atilafassina/quantum/commit/15c747c1bee598645922d0c0b68cd68c3d960152)) +* release action syntax ([#24](https://github.com/atilafassina/quantum/issues/24)) ([f37c759](https://github.com/atilafassina/quantum/commit/f37c75962f8309dd920e9107163430f6019673a2)) + ## 0.0.9 (2024-10-02) diff --git a/package.json b/package.json index cd40fed..184315e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-quantum", - "version": "0.0.9", + "version": "0.0.10", "type": "module", "main": "./lib/index.js", "license": "MIT",