diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b7f4b..92e68e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.0.30 + +[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30) + +### 🚀 Enhancements + +- **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0)) +- **add-command:** Add -a `all` option to the add command. This will add all components to the project and install the deps ([83868ab](https://github.com/BayBreezy/ui-thing-cli/commit/83868ab)) + +### ❤️ Contributors + +- BayBreezy + ## v0.0.29 [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29) diff --git a/package.json b/package.json index 8a4fd52..37ecf3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-thing", - "version": "0.0.29", + "version": "0.0.30", "description": "CLI used to add Nuxt 3 components to a project", "type": "module", "types": "./dist/index.d.ts", @@ -70,4 +70,4 @@ "typescript": "^5.3.3", "vitest": "^1.3.1" } -} +} \ No newline at end of file