From 70fb62864764a72c5f11d23ea4c9ce99d0f9fa57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A2m=20Ki=E1=BB=81u?= Date: Tue, 18 Feb 2020 08:16:33 +0700 Subject: [PATCH] chore(release): 4.0.1-rc.0 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d9af6621 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [4.0.1-rc.0](https://github.com/nuxt-community/apollo-module/compare/v4.0.0-rc.19...v4.0.1-rc.0) (2020-02-18) diff --git a/package.json b/package.json index b1dbe742..74eefed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/apollo", - "version": "4.0.0-rc19", + "version": "4.0.1-rc.0", "license": "MIT", "main": "lib/module.js", "typings": "types/index.d.ts", @@ -18,7 +18,7 @@ "test": "yarn test:fixtures && yarn test:types", "test:fixtures": "jest --forceExit", "test:types": "tsc -p types/test", - "release": "standard-version && git push --follow-tags && npm publish" + "release": "standard-version --prerelease rc && git push --follow-tags && npm publish" }, "engines": { "node": ">=6.0.0"