From c82b0d3e843b317a9b42f5c76edf95abfddd88d5 Mon Sep 17 00:00:00 2001 From: Behon Baker Date: Fri, 1 Dec 2023 08:46:37 -0500 Subject: [PATCH] chore(release): v0.0.17 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41e3d4..f0175f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.0.17 + +[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17) + +### 🏡 Chore + +- **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7)) + +### ❤️ Contributors + +- Behon Baker + ## v0.0.16 [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16) diff --git a/package.json b/package.json index 4e41a23..0e6c95b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-thing", - "version": "0.0.16", + "version": "0.0.17", "description": "CLI used to add Nuxt 3 components to a project", "type": "module", "types": "./dist/index.d.ts",