Skip to content

Commit 8d5f28c

Browse files
committed
bump version
1 parent 6af598e commit 8d5f28c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.changeset/nice-wings-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphprotocol/grc-20
22

3+
## 0.27.0
4+
5+
### Minor Changes
6+
7+
- 6af598e: - Id.generate() generates UUIDs without dashes.
8+
- Id.isValid() and Id assertions continue to accept UUIDs with dashes, but also accept dashless UUIDs.
9+
- Id.toBase64() and Id.fromBase64() now return and accept dashless UUIDs.
10+
- Id.toBytes() and Id.fromBytes() now return and accept dashless UUIDs.
11+
312
## 0.26.0
413

514
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/grc-20",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"license": "MIT",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)