@context-action/core 1.1.1 → 1.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.3] (2026-08-31)
7
+
8
+ ### Reliability fixes
9
+
10
+ - Make the package-root ActionRegister type-export correction available on the
11
+ stable channel after safely recovering the unarmed 1.1.1 maintenance journal.
12
+
13
+ ## [1.1.2] (2026-08-31)
14
+
15
+ ### Reliability fixes
16
+
17
+ - Make the package-root ActionRegister type-export correction available on the
18
+ stable channel after the 1.1.1 maintenance candidate remained unpromoted.
19
+
6
20
  ## [1.1.1] (2026-08-31)
7
21
 
8
22
  ### Reliability fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@context-action/core",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "description": "Type-safe action pipeline management library for JavaScript/TypeScript",
6
6
  "main": "dist/index.cjs",