Skip to content

Commit de5e208

Browse files
committed
chore(release): v0.1.10
1 parent bc0f75b commit de5e208

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.1.10
4+
5+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.9...v0.1.10)
6+
7+
### 🚀 Enhancements
8+
9+
- Add currency-input component ([bc0f75b](https://github.com/BayBreezy/ui-thing-cli/commit/bc0f75b))
10+
11+
### 🏡 Chore
12+
13+
- Bump deps ([6e6dcf6](https://github.com/BayBreezy/ui-thing-cli/commit/6e6dcf6))
14+
15+
### ❤️ Contributors
16+
17+
- BayBreezy <behon.baker@yahoo.com>
18+
319
## v0.1.9
420

521
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.8...v0.1.9)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-thing",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "CLI used to add Nuxt 3 components to a project",
55
"type": "module",
66
"types": "./dist/index.d.ts",
@@ -70,4 +70,4 @@
7070
"typescript": "^5.4.3",
7171
"vitest": "^1.4.0"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)