Skip to content

Commit

Permalink
chore: bump version to 2.0.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Sep 5, 2023
1 parent df82f16 commit 1f4e29b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If action is used on PR workflows, compatibility results can be posted on the PR
## Usage

```yaml
- uses: apollographql/federation-subgraph-compatibility@v1
- uses: apollographql/federation-subgraph-compatibility@v2
with:
# [Required] Docker Compose file to start up the subgraph
compose: 'path/to/docker-compose.yaml'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/apollo-federation-subgraph-compatibility-action",
"version": "1.0.0",
"version": "2.0.0",
"description": "Github Action for checking a subgraph's compatibility with a federated gateway",
"main": "dist/index.js",
"author": "Apollo <[email protected]>",
Expand Down

0 comments on commit 1f4e29b

Please sign in to comment.