Skip to content

Commit

Permalink
chore(contracts): bump package version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed May 3, 2024
1 parent d0722b3 commit 08dcc6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/contracts

## 6.3.0

### Minor Changes

- Remove restriction that prevented closing allocations older than 1 epoch.

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/contracts",
"version": "6.2.1",
"version": "6.3.0",
"description": "Contracts for the Graph Protocol",
"directories": {
"test": "test"
Expand Down

0 comments on commit 08dcc6a

Please sign in to comment.