Skip to content

Commit 732f19d

Browse files
committed
chore(release): 4.0.1-rc.1
1 parent 4644f16 commit 732f19d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
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.
44

5+
### [4.0.1-rc.1](https://github.com/nuxt-community/apollo-module/compare/v4.0.1-rc.0...v4.0.1-rc.1) (2020-05-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **plugin:** check if __NUXT__.apollo exists ([640ba3e](https://github.com/nuxt-community/apollo-module/commit/640ba3e6e543e368cebbb0b707983e4e61856ba2))
11+
* **types:** export client config interface ([90b5d69](https://github.com/nuxt-community/apollo-module/commit/90b5d6995b0c2cd581fff808efddc35f16f4e90c))
12+
513
### [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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/apollo",
3-
"version": "4.0.1-rc.0",
3+
"version": "4.0.1-rc.1",
44
"license": "MIT",
55
"main": "lib/module.js",
66
"typings": "types/index.d.ts",

0 commit comments

Comments
 (0)