From 8350366bbea489cf55f19a26442a09a5f9e7411d Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Tue, 11 Feb 2025 00:29:51 +0700 Subject: [PATCH] chore: release 2.4.0 --- CHANGELOG.md | 6 ++++++ package.json | 18 +++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10f0eb..928e2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.4.0 (2025-02-10) + +* wip ([6770868](https://github.com/justdlabs/cli/commit/6770868)) +* feat: prioritize blocks and make it overwrite ([647a358](https://github.com/justdlabs/cli/commit/647a358)) +* chore(deps): bump undici and release-it ([d0ec1a1](https://github.com/justdlabs/cli/commit/d0ec1a1)) + ## 2.3.56 (2025-02-08) * ignore update index if it is overwrite ([0e689b4](https://github.com/justdlabs/cli/commit/0e689b4)) diff --git a/package.json b/package.json index b3b803d..fd25464 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,19 @@ { "name": "justd-cli", "type": "module", - "version": "2.3.56", + "version": "2.4.0", "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" @@ -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": {