From 82a9b311ce58ea4d2cfc886ee3bd47ef41bd3776 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Fri, 21 Jan 2022 16:17:43 -0500 Subject: [PATCH] v3.0.0-alpha.1 --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 28742da13..b348ee5cd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,3 +24,4 @@ jobs: - uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.NPM_TOKEN }} + tag: next diff --git a/package.json b/package.json index b0298139a..3c8e3da1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-mirage", - "version": "2.3.0", + "version": "3.0.0-alpha.1", "description": "A client-side server to help you build, test and demo your Ember app", "keywords": [ "ember-addon",