diff --git a/CHANGELOG.md b/CHANGELOG.md index 426bfd2..7118a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.0.15 + +[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15) + +### 🚀 Enhancements + +- **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365)) + +### 🏡 Chore + +- **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6)) + +### ❤️ Contributors + +- Behon Baker + ## v0.0.14 [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14) diff --git a/package.json b/package.json index 841a358..ea5bff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-thing", - "version": "0.0.14", + "version": "0.0.15", "description": "CLI used to add Nuxt 3 components to a project", "type": "module", "types": "./dist/index.d.ts", @@ -69,4 +69,4 @@ "typescript": "^5.3.2", "vitest": "^0.34.6" } -} +} \ No newline at end of file