@adhd/apigen-base-errors 0.1.1 → 0.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 +33 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,33 @@
1
+ ## 0.1.3 (2026-07-23)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **release:** nx release independent versioning + verify-dist-load publish gate (Agent 2)
7
+
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **apigen:** update remaining stale @adhd/apigen-errors, core, logical refs
12
+
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - pseudosky
17
+
18
+ ## 0.1.2 (2026-07-23)
19
+
20
+
21
+ ### 🚀 Features
22
+
23
+ - **release:** nx release independent versioning + verify-dist-load publish gate (Agent 2)
24
+
25
+
26
+ ### 🩹 Fixes
27
+
28
+ - **apigen:** update remaining stale @adhd/apigen-errors, core, logical refs
29
+
30
+
31
+ ### ❤️ Thank You
32
+
33
+ - pseudosky
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhd/apigen-base-errors",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "typings": "./index.d.ts",