From 30f3a6f346cdea8910b49226bf1fd31de68d6773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Apr 2022 19:25:58 +0000 Subject: [PATCH] Version Packages --- .changeset/soft-planes-listen.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/soft-planes-listen.md diff --git a/.changeset/soft-planes-listen.md b/.changeset/soft-planes-listen.md deleted file mode 100644 index c8cebb3..0000000 --- a/.changeset/soft-planes-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@khanacademy/graphql-flow': patch ---- - -Add shebang to the exported binary, so that it runs diff --git a/CHANGELOG.md b/CHANGELOG.md index 270996e..bb24d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/graphql-flow +## 0.2.1 + +### Patch Changes + +- e8a8025: Add shebang to the exported binary, so that it runs + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 829cce2..ae6a5f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@khanacademy/graphql-flow", - "version": "0.2.0", + "version": "0.2.1", "bin": { "graphql-flow": "./dist/cli/run.js" },