diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 56ac0c764..62965ef44 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # stack-docs +## 0.0.2 + +### Patch Changes + +- Setup wizard + ## 0.0.1 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 7f2eaca27..1dab6ab07 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "stack-docs", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "docusaurus": "dotenv -c -- docusaurus", diff --git a/packages/init-stack/package.json b/packages/init-stack/package.json index 0087636c0..6f6fa0cf6 100644 --- a/packages/init-stack/package.json +++ b/packages/init-stack/package.json @@ -1,6 +1,6 @@ { "name": "@stackframe/init-stack", - "version": "1.0.0", + "version": "1.0.1", "description": "The setup wizard for Stack. https://stack-auth.com", "main": "index.mjs", "bin": "./index.mjs",