@defai.digital/automatosx 5.4.0 → 5.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +1 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.4.2](https://github.com/defai-digital/automatosx/compare/v5.4.1...v5.4.2) (2025-10-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Testing
|
|
9
|
+
|
|
10
|
+
* **release:** test automated release workflow and npm publishing process
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [5.4.1](https://github.com/defai-digital/automatosx/compare/v5.4.0...v5.4.1) (2025-10-15)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Improvements
|
|
17
|
+
|
|
18
|
+
* **ci:** add tags-ignore to CI workflow to prevent conflict with release workflow
|
|
19
|
+
* **docs:** complete P0 implementation documentation and verification
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Documentation
|
|
23
|
+
|
|
24
|
+
* Complete P0-1 (GitHub Actions automated release) implementation summary
|
|
25
|
+
* Complete P0-2 (npm provenance) verification summary
|
|
26
|
+
* Complete P0-3 (package optimization) implementation summary
|
|
27
|
+
* Add comprehensive P0 overall completion report
|
|
28
|
+
|
|
5
29
|
## [5.4.0](https://github.com/defai-digital/automatosx/compare/v5.3.7...v5.4.0) (2025-10-15)
|
|
6
30
|
|
|
7
31
|
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](https://www.microsoft.com/windows)
|
|
13
13
|
[](https://ubuntu.com)
|
|
14
14
|
|
|
15
|
-
**Status**: ✅ Production Ready · v5.4.
|
|
15
|
+
**Status**: ✅ Production Ready · v5.4.2 · October 2025
|
|
16
16
|
|
|
17
17
|
Looking for answers? See the [FAQ](FAQ.md).
|
|
18
18
|
|
package/package.json
CHANGED