Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 9b8ef59

Browse files
committed
chore: release 2.3.34
1 parent b2bf22f commit 9b8ef59

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

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

3+
## <small>2.3.34 (2025-01-17)</small>
4+
5+
* fix: fix js ([b2bf22f](https://github.com/justdlabs/cli/commit/b2bf22f))
6+
* wip ([dee5711](https://github.com/justdlabs/cli/commit/dee5711))
7+
38
## <small>2.3.33 (2025-01-17)</small>
49

510
* fix: remove separator from dropdown ([95ae3ba](https://github.com/justdlabs/cli/commit/95ae3ba))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "justd-cli",
33
"type": "module",
4-
"version": "2.3.33",
4+
"version": "2.3.34",
55
"description": "The command line interface for Justd.",
66
"main": "dist/index.js",
77
"bin": {
88
"justd-cli": "dist/index.js"
99
},
10-
"files": ["dist", "src/resources", "LICENSE", "README.md", "package.json"],
10+
"files": [
11+
"dist",
12+
"src/resources",
13+
"LICENSE",
14+
"README.md",
15+
"package.json"
16+
],
1117
"repository": {
1218
"type": "git",
1319
"url": "git+https://github.com/justdlabs/cli.git"
@@ -26,7 +32,13 @@
2632
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
2733
"typecheck": "tsc --noEmit"
2834
},
29-
"keywords": ["cli", "justd cli", "Justd", "design-system", "justd"],
35+
"keywords": [
36+
"cli",
37+
"justd cli",
38+
"Justd",
39+
"design-system",
40+
"justd"
41+
],
3042
"author": "Irsyad A. Panjaitan",
3143
"license": "MIT",
3244
"devDependencies": {

0 commit comments

Comments
 (0)