diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddb7869..e44fd73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.5](https://github.com/nuxt-community/apollo-module/compare/v4.0.1-rc.4...v4.0.1-rc.5) (2020-11-13) + ### [4.0.1-rc.4](https://github.com/nuxt-community/apollo-module/compare/v4.0.1-rc.3...v4.0.1-rc.4) (2020-10-18) diff --git a/package.json b/package.json index 4a570c52..8523f372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/apollo", - "version": "4.0.1-rc.4", + "version": "4.0.1-rc.5", "license": "MIT", "main": "lib/module.js", "typings": "types/index.d.ts",