product-spec 0.4.1 → 0.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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.4.2] - 2026-04-02
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Ignored generated `product/` output in git and npm ignore rules to prevent accidental check-ins
|
|
12
|
+
- Removed legacy tracked `/.product/` template files from the repository now that `product/` is the canonical generated docs location
|
|
13
|
+
- Kept the published npm tarball focused on runtime assets and release artifacts only
|
|
14
|
+
|
|
7
15
|
## [0.4.1] - 2026-03-30
|
|
8
16
|
|
|
9
17
|
### Fixed
|