@laitszkin/apollo-toolkit 2.0.0 → 2.0.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this repository are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [v2.0.2] - 2026-03-17
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Update the npm Trusted Publishing workflow to use newer GitHub Actions and Node 24, and simplify publish invocation to `npm publish --access public`.
|
|
11
|
+
|
|
12
|
+
## [v2.0.1] - 2026-03-17
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Align `specs-to-project-docs`, `commit-and-push`, and `version-release` references with the current `docs/*` documentation layout.
|
|
16
|
+
|
|
7
17
|
## [v2.0.0] - 2026-03-17
|
|
8
18
|
|
|
9
19
|
### Added
|