Skip to content

Commit

Permalink
Merge pull request #24 from sporeprotocol/bump/bump-version-0.2.0
Browse files Browse the repository at this point in the history
chore: bump version to 0.2.0
  • Loading branch information
Hanssen0 authored Aug 2, 2024
2 parents 316ab37 + bead90a commit 2066011
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 4 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# spore-graphql

## 0.2.0

- update `@spore-sdk/core` to `0.21.1`

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spore-graphql",
"version": "0.1.9",
"version": "0.2.0",
"description": "A Graphql Layer designed to simplify Spore data queries",
"type": "module",
"module": "./build/index.js",
Expand Down

0 comments on commit 2066011

Please sign in to comment.