Skip to content

Commit 4e1b037

Browse files
committed
fix version
1 parent bf3965c commit 4e1b037

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @geoprotocol/geo-sdk
22

3-
## 0.19.2
3+
## 0.19.3
44

55
### Patch Changes
66

@@ -12,6 +12,10 @@
1212
- Each vote relation now carries a fractional-index `position`, so clients can order votes natively by the relation's `position` field.
1313
- New `geo.ranks.update(...)` re-submits a rank: it fetches the rank's current vote relations from the configured Geo API, deletes them and their reified vote entities, then re-emits the new ordered votes — no indexer involvement required. The lower-level `updateRank` op-builder is internal.
1414

15+
## 0.19.2
16+
17+
- Fix build
18+
1519
## 0.19.1
1620

1721
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoprotocol/geo-sdk",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"license": "MIT",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)