Skip to content

Commit

Permalink
chore: release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Feb 10, 2025
1 parent 7312d0f commit 6b8496e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 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.4.1 (2025-02-10)</small>

* fix: reapply the existing component on `index.ts` ([7312d0f](https://github.com/justdlabs/cli/commit/7312d0f))

## 2.4.0 (2025-02-10)

* wip ([6770868](https://github.com/justdlabs/cli/commit/6770868))
Expand Down
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.4.0",
"version": "2.4.1",
"description": "The command line interface for Justd.",
"main": "dist/index.js",
"bin": {
"justd": "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 6b8496e

Please sign in to comment.