@coggit/core 0.2.0 → 0.2.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 +8 -2
- package/dist/internal.js +173 -739
- package/dist/public.js +114 -734
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,10 +3,16 @@
|
|
|
3
3
|
All notable changes to `@coggit/core` are documented here. Format follows
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/); versioning is semver.
|
|
5
5
|
|
|
6
|
+
## [0.2.1] - 2026-09-05
|
|
7
|
+
|
|
8
|
+
Patch release exercising the tag-triggered publish workflow (first CI
|
|
9
|
+
publish; no functional changes).
|
|
10
|
+
|
|
6
11
|
## [0.2.0] - 2026-09-05
|
|
7
12
|
|
|
8
|
-
Initial npm publish. `0.2.0` matches the monorepo split source (
|
|
9
|
-
|
|
13
|
+
Initial npm publish. `0.2.0` matches the monorepo split source (the
|
|
14
|
+
physical-split and published-surface decisions); there is no npm release for
|
|
15
|
+
`0.1.0`.
|
|
10
16
|
|
|
11
17
|
### Added
|
|
12
18
|
|