From 6aaf700c93e008d96b1226332920cd1cc496d2e1 Mon Sep 17 00:00:00 2001 From: BayBreezy Date: Mon, 4 Dec 2023 07:55:23 -0500 Subject: [PATCH] chore(release): v0.0.18 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0175f5..6d73ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.0.18 + +[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18) + +### 🏡 Chore + +- Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24)) + +### ❤️ Contributors + +- BayBreezy + ## v0.0.17 [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17) diff --git a/package.json b/package.json index 80403cb..816be93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-thing", - "version": "0.0.17", + "version": "0.0.18", "description": "CLI used to add Nuxt 3 components to a project", "type": "module", "types": "./dist/index.d.ts",