Skip to content

Commit 43f3978

Browse files
committed
chore: release 3.1.9
1 parent f327a40 commit 43f3978

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## <small>3.1.9 (2025-07-01)</small>
4+
5+
* fix: path ([f327a40](https://github.com/intentuilabs/cli/commit/f327a40))
6+
37
## <small>3.1.8 (2025-06-30)</small>
48

59
* fix: init ([f1b9c69](https://github.com/intentuilabs/cli/commit/f1b9c69))

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "@intentui/cli",
33
"type": "module",
4-
"version": "3.1.8",
4+
"version": "3.1.9",
55
"description": "The command line interface for Intent UI.",
66
"main": "dist/index.js",
77
"bin": {
88
"@intentui/cli": "dist/index.js",
99
"intentui": "dist/index.js",
1010
"shadcnClone": "dist/shadcn/index.js"
1111
},
12-
"files": ["dist", "LICENSE", "README.md", "package.json"],
12+
"files": [
13+
"dist",
14+
"LICENSE",
15+
"README.md",
16+
"package.json"
17+
],
1318
"repository": {
1419
"type": "git",
1520
"url": "git+https://github.com/intentuilabs/cli.git"
@@ -29,7 +34,12 @@
2934
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
3035
"typecheck": "tsc --noEmit"
3136
},
32-
"keywords": ["cli", "intentui cli", "Intent UI", "design-system"],
37+
"keywords": [
38+
"cli",
39+
"intentui cli",
40+
"Intent UI",
41+
"design-system"
42+
],
3343
"author": "Irsyad A. Panjaitan",
3444
"license": "MIT",
3545
"devDependencies": {

0 commit comments

Comments
 (0)