@olane/o-protocol 0.7.29 → 0.7.31

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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
+ ## <small>0.7.31 (2025-12-10)</small>
7
+
8
+ - minor change ([fa7475b](https://github.com/olane-labs/olane/commit/fa7475b))
9
+ - minor change ([4325f48](https://github.com/olane-labs/olane/commit/4325f48))
10
+ - minor change ([e835a1c](https://github.com/olane-labs/olane/commit/e835a1c))
11
+ - minor change ([378008a](https://github.com/olane-labs/olane/commit/378008a))
12
+ - minor change ([6be2758](https://github.com/olane-labs/olane/commit/6be2758))
13
+ - minor change ([01a6f75](https://github.com/olane-labs/olane/commit/01a6f75))
14
+
15
+ ## <small>0.7.30 (2025-12-10)</small>
16
+
17
+ **Note:** Version bump only for package @olane/o-protocol
18
+
6
19
  ## <small>0.7.29 (2025-12-08)</small>
7
20
 
8
21
  **Note:** Version bump only for package @olane/o-protocol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-protocol",
3
- "version": "0.7.29",
3
+ "version": "0.7.31",
4
4
  "description": "oLane Protocol specification and protocol schema",
5
5
  "license": "MIT",
6
6
  "author": "oLane Inc. (https://olane.com)",
@@ -53,5 +53,5 @@
53
53
  "typescript": "^5.6.2",
54
54
  "typescript-json-schema": "^0.65.1"
55
55
  },
56
- "gitHead": "3aaf809d720ac59971d636d3dbdf6c4eadd83bca"
56
+ "gitHead": "a17496faa38e2c7680ea774f76d96bce07246f78"
57
57
  }