Skip to content

Commit 9fe41a2

Browse files
authored
Merge pull request #926 from graphprotocol/pcv/bump-version-6.1.0
chore: bump contracts to v6.1.0
2 parents 10bc918 + 714886c commit 9fe41a2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/contracts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @graphprotocol/contracts
2+
3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- Introduce changesets for versioning
8+
- Add new staging implementations including GGPs 31, 34 and 35
9+
- Add new testnet implementations including GGPs 31, 34 and 35
10+
11+
### Patch Changes
12+
13+
- Fixes for verifyAll and bridge:send-to-l2 hardhat tasks

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)