Skip to content

Commit

Permalink
chore: release 2.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jan 15, 2025
1 parent 4fd102d commit 3d674cd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## <small>2.3.29 (2025-01-15)</small>

* fix: 'fix create-project' ([4fd102d](https://github.com/justdlabs/cli/commit/4fd102d))

## <small>2.3.28 (2025-01-15)</small>

* fix: fix create-project ([e08a393](https://github.com/justdlabs/cli/commit/e08a393))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "justd-cli",
"type": "module",
"version": "2.3.28",
"version": "2.3.29",
"description": "The command line interface for Justd.",
"main": "dist/index.js",
"bin": {
"justd-cli": "dist/index.js"
},
"files": ["dist", "src/resources", "LICENSE", "README.md", "package.json"],
"files": [
"dist",
"src/resources",
"LICENSE",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/justdlabs/cli.git"
Expand All @@ -26,7 +32,13 @@
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
"typecheck": "tsc --noEmit"
},
"keywords": ["cli", "justd cli", "Justd", "design-system", "justd"],
"keywords": [
"cli",
"justd cli",
"Justd",
"design-system",
"justd"
],
"author": "Irsyad A. Panjaitan",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 3d674cd

Please sign in to comment.