Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardo91 committed Oct 6, 2021
1 parent d479d2c commit f29623a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphile-federation-plugin",
"version": "0.4.0",
"version": "0.4.1",
"description": "Apollo Federation support for Graphile Engine",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f29623a

Please sign in to comment.