Skip to content

Commit dec1173

Browse files
authored
chore: release v0.4.0 (#257)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.7...v0.4.0) (2025-06-27) ### ⚠ BREAKING CHANGES * rename showSummary option to footer for clarity ([#278](#278)) * simplify public APIs ([#259](#259)) ### Features * Add license field and update package.json exports structure ([#258](#258)) ([b11f429](b11f429)) * Add support for cleaning cache directory with --clean-cache option ([#275](#275)) ([1fa301a](1fa301a)) * Allow specifying custom cache directory ([#263](#263)) ([bcf8b8e](bcf8b8e)) * Implement Copy Task ([#269](#269)) ([784bb70](784bb70)) * Include config file into cache input ([#281](#281)) ([3138316](3138316)) ### Internal * Avoid using process.cwd() everywhere ([#256](#256)) ([360e85f](360e85f)) * Fix misc typo ([#270](#270)) ([27ad24f](27ad24f)) * Refactor and improve snapshots ([#280](#280)) ([743684b](743684b)) * Rename showSummary option to footer for clarity ([#278](#278)) ([3861503](3861503)) * Reorganize structure ([#283](#283)) ([8e86eec](8e86eec)) * Simplify options resolution and enhance component initializations ([#279](#279)) ([806622c](806622c)) * Simplify public APIs ([#259](#259)) ([48672c9](48672c9)) ### Miscellaneous * Align package names ([#276](#276)) ([02c63e2](02c63e2)) * **deps-dev:** Bump the minor-updates group with 5 updates ([#260](#260)) ([44ee0d6](44ee0d6)) * Reorder fields in package.json exports to ensure proper resolution by TypeScript ([#268](#268)) ([e668b60](e668b60)) * Update repository links to use the new organization ([#273](#273)) ([5c2ad6c](5c2ad6c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 56e6042 commit dec1173

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/nadle": "0.3.7"
2+
"packages/nadle": "0.4.0"
33
}

packages/nadle/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/nadlejs/nadle/compare/v0.3.7...v0.4.0) (2025-06-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename showSummary option to footer for clarity ([#278](https://github.com/nadlejs/nadle/issues/278))
9+
* simplify public APIs ([#259](https://github.com/nadlejs/nadle/issues/259))
10+
11+
### Features
12+
13+
* Add license field and update package.json exports structure ([#258](https://github.com/nadlejs/nadle/issues/258)) ([b11f429](https://github.com/nadlejs/nadle/commit/b11f429d69555a5214295579c79d310ce923d6d8))
14+
* Add support for cleaning cache directory with --clean-cache option ([#275](https://github.com/nadlejs/nadle/issues/275)) ([1fa301a](https://github.com/nadlejs/nadle/commit/1fa301a09517c317eeac34490b87e1cd0f6da154))
15+
* Allow specifying custom cache directory ([#263](https://github.com/nadlejs/nadle/issues/263)) ([bcf8b8e](https://github.com/nadlejs/nadle/commit/bcf8b8ee9ed756b364536e5454a571e6ede08756))
16+
* Implement Copy Task ([#269](https://github.com/nadlejs/nadle/issues/269)) ([784bb70](https://github.com/nadlejs/nadle/commit/784bb7090334c3bd942c6582b9dbc5fd55f1fdef))
17+
* Include config file into cache input ([#281](https://github.com/nadlejs/nadle/issues/281)) ([3138316](https://github.com/nadlejs/nadle/commit/31383169280bde60199c8b8cd27777b0c6b8d05b))
18+
19+
20+
### Internal
21+
22+
* Avoid using process.cwd() everywhere ([#256](https://github.com/nadlejs/nadle/issues/256)) ([360e85f](https://github.com/nadlejs/nadle/commit/360e85fe9d0966b77d0c28d833b5db10c860482b))
23+
* Fix misc typo ([#270](https://github.com/nadlejs/nadle/issues/270)) ([27ad24f](https://github.com/nadlejs/nadle/commit/27ad24fe6162a20f49881e9120ad6aaf3d04d127))
24+
* Refactor and improve snapshots ([#280](https://github.com/nadlejs/nadle/issues/280)) ([743684b](https://github.com/nadlejs/nadle/commit/743684b607b2968ed87dd6c7961897f24366c6d8))
25+
* Rename showSummary option to footer for clarity ([#278](https://github.com/nadlejs/nadle/issues/278)) ([3861503](https://github.com/nadlejs/nadle/commit/3861503c2d864b1e491b172c705509f61f968712))
26+
* Reorganize structure ([#283](https://github.com/nadlejs/nadle/issues/283)) ([8e86eec](https://github.com/nadlejs/nadle/commit/8e86eecaf167fc27cce561b7e21b5158fefbf05d))
27+
* Simplify options resolution and enhance component initializations ([#279](https://github.com/nadlejs/nadle/issues/279)) ([806622c](https://github.com/nadlejs/nadle/commit/806622c3301b5397b5f25e89b27f708c6538bfce))
28+
* Simplify public APIs ([#259](https://github.com/nadlejs/nadle/issues/259)) ([48672c9](https://github.com/nadlejs/nadle/commit/48672c9e8a595bfdd4bbc3f61cb21b2c9b259e2f))
29+
30+
31+
### Miscellaneous
32+
33+
* Align package names ([#276](https://github.com/nadlejs/nadle/issues/276)) ([02c63e2](https://github.com/nadlejs/nadle/commit/02c63e28dcb5ec316710943a56a5c167fc101714))
34+
* **deps-dev:** Bump the minor-updates group with 5 updates ([#260](https://github.com/nadlejs/nadle/issues/260)) ([44ee0d6](https://github.com/nadlejs/nadle/commit/44ee0d61cf740f190bc8a7dd341d19c6bf660e3c))
35+
* Reorder fields in package.json exports to ensure proper resolution by TypeScript ([#268](https://github.com/nadlejs/nadle/issues/268)) ([e668b60](https://github.com/nadlejs/nadle/commit/e668b60ab63906c00242f91d9cfbff7384b6cad1))
36+
* Update repository links to use the new organization ([#273](https://github.com/nadlejs/nadle/issues/273)) ([5c2ad6c](https://github.com/nadlejs/nadle/commit/5c2ad6cc1cd94467b43b8c5d51f4bc56d211c211))
37+
338
## [0.3.7](https://github.com/nadlejs/nadle/compare/v0.3.6...v0.3.7) (2025-06-22)
439

540

packages/nadle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nadle",
3-
"version": "0.3.7",
3+
"version": "0.4.0",
44
"description": "A modern, type-safe task runner for Node.js inspired by the awesome Gradle build tool",
55
"license": "MIT",
66
"type": "module",

packages/nadle/src/core/nadle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { type Reporter, DefaultReporter } from "./reporting/reporter.js";
1818
import { type NadleCLIOptions, type NadleResolvedOptions } from "./configuration/types.js";
1919

2020
export class Nadle {
21-
public static readonly version: string = "0.3.7"; // x-release-please-version
21+
public static readonly version: string = "0.4.0"; // x-release-please-version
2222

2323
public readonly logger = new Logger();
2424
public readonly registry = taskRegistry;

0 commit comments

Comments
 (0)