@pushchain/core 0.1.33 → 0.1.35

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
1
+ @pushchain/core@0.1.35 (2025-07-03)
2
+
3
+ - chore: fix changelog gen (#158)
4
+
5
+ ---
6
+
7
+ @pushchain/core@0.1.34 (2025-07-03)
8
+
9
+ - chore: change release script
10
+
11
+ ---
12
+
13
+ @pushchain/core@0.1.33 (2025-07-03)
14
+
15
+ - fix: revert package version
16
+ - chore: revise changelog design, change release commands
17
+ - chore: revise changelog
18
+ - chore: changelog scripts changes
19
+ - fix: release fix
20
+
21
+ ---
22
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushchain/core",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "dependencies": {
5
5
  "@bufbuild/protobuf": "^2.0.0",
6
6
  "@coral-xyz/anchor": "^0.31.0",