Skip to content

Commit

Permalink
Merge pull request #33 from ergoplatform/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ross-weir authored Feb 10, 2023
2 parents 6a015a7 + ee5889c commit 6cad90e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-days-itch.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/scorex-buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @ergoplatform/scorex-buffer

## 1.0.0

### Major Changes

- b6360b8: Adds ScorexReader and ScorexWriter for reading & writing to buffers using scorex networking encoding.

Scorex using zigzag and VLQ encoding of data sent over the wire.
2 changes: 1 addition & 1 deletion packages/scorex-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ergoplatform/scorex-buffer",
"version": "0.1.0",
"version": "1.0.0",
"description": "Cursor based Reader and Writer using encoding of Scorex based networks like Ergo.",
"scripts": {
"build": "npm run build:node && npm run build:esm && npm run build:browser",
Expand Down

0 comments on commit 6cad90e

Please sign in to comment.