renma 0.8.0 → 0.8.1
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 +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@ This project follows the spirit of [Keep a Changelog](https://keepachangelog.com
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.8.1] - 2026-07-03
|
|
10
|
+
|
|
9
11
|
### Added
|
|
10
12
|
|
|
11
13
|
- Added a GitHub Actions workflow that publishes the npm package from version tags via npm trusted publishing.
|
|
@@ -143,7 +145,8 @@ Tag-only release. No GitHub Release entry was published for this version.
|
|
|
143
145
|
- Added metadata governance, advisory diagnostics, local path checks, and semantic split suggestions.
|
|
144
146
|
- Added the initial project documentation, architecture notes, package metadata, tests, and license.
|
|
145
147
|
|
|
146
|
-
[Unreleased]: https://github.com/KazuCocoa/renma/compare/v0.8.
|
|
148
|
+
[Unreleased]: https://github.com/KazuCocoa/renma/compare/v0.8.1...HEAD
|
|
149
|
+
[0.8.1]: https://github.com/KazuCocoa/renma/compare/v0.8.0...v0.8.1
|
|
147
150
|
[0.8.0]: https://github.com/KazuCocoa/renma/compare/v0.7.0...v0.8.0
|
|
148
151
|
[0.7.0]: https://github.com/KazuCocoa/renma/compare/v0.6.1...v0.7.0
|
|
149
152
|
[0.6.1]: https://github.com/KazuCocoa/renma/compare/v0.6.0...v0.6.1
|