@thi.ng/api 8.12.0 → 8.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T08:45:04Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
11
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
12
  and/or version bumps of transitive dependencies.
13
13
 
14
- ## [8.12.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.12.0) (2025-08-04)
14
+ ### [8.12.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.12.1) (2025-08-04)
15
15
 
16
16
  #### 🚀 Features
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/api",
3
- "version": "8.12.0",
3
+ "version": "8.12.1",
4
4
  "description": "Common, generic types, interfaces & mixins",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -233,5 +233,5 @@
233
233
  "thi.ng": {
234
234
  "tag": "none"
235
235
  },
236
- "gitHead": "d4e2e72dcdadf26da3400900f04f9eb0ebeb0a5b\n"
236
+ "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n"
237
237
  }