Commit dec1173
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- packages/nadle
- src/core
4 files changed
+38
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
3 | 38 | | |
4 | 39 | | |
5 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments