Skip to content

Commit

Permalink
chore(release): 4.0.1-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kieusonlam committed Feb 18, 2020
1 parent 15fe51f commit 70fb628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 70fb628

Please sign in to comment.