From df916e56b7d99f7c45a631c1c9b07e2b9b38d165 Mon Sep 17 00:00:00 2001 From: Behon Baker Date: Tue, 2 Apr 2024 10:48:16 -0500 Subject: [PATCH] chore(release): v0.1.11 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6303b5c..7700036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.1.11 + +[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.10...v0.1.11) + +### 🏡 Chore + +- Update component array ([7e94f02](https://github.com/BayBreezy/ui-thing-cli/commit/7e94f02)) + +### ❤️ Contributors + +- Behon Baker + ## v0.1.10 [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.9...v0.1.10) diff --git a/package.json b/package.json index 4ba334b..6b23ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-thing", - "version": "0.1.10", + "version": "0.1.11", "description": "CLI used to add Nuxt 3 components to a project", "type": "module", "types": "./dist/index.d.ts",