Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Oct 24, 2023
1 parent aa528a6 commit ba87b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concourse/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$PACKAGE_VERSION" \> "$NPM_LATEST_VERSION" ]
then
echo "Publishing a new version..."
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
npm publish --tag beta
npm publish
rm .npmrc
else
echo "NPM package already published on npm with version ${NPM_LATEST_VERSION}" 1>&2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fauna-shell",
"description": "faunadb shell",
"version": "1.2.0-beta9",
"version": "1.2.0",
"author": "Fauna",
"bin": {
"fauna": "./bin/run"
Expand Down

0 comments on commit ba87b49

Please sign in to comment.