From fcae3176ce81111e53ac46eea4fe60454f3afc4e Mon Sep 17 00:00:00 2001 From: Behon Baker Date: Mon, 11 Dec 2023 11:26:55 -0500 Subject: [PATCH] chore(release): v0.0.19 --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d73ad4..c21260a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.0.19 + +[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19) + +### 🏡 Chore + +- **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0)) +- Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff)) + +### ❤️ Contributors + +- Behon Baker + ## v0.0.18 [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18) diff --git a/package.json b/package.json index 49f1fca..3d83633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-thing", - "version": "0.0.18", + "version": "0.0.19", "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.3", "vitest": "^1.0.4" } -} +} \ No newline at end of file