Skip to content

Commit

Permalink
chore(release): 4.0.1-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kieusonlam committed Nov 13, 2020
1 parent a101e8b commit 83e4642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

1 comment on commit 83e4642

@ahmedShawareb567
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not working good with nuxt typescript => apolloHelper.onlogin(token);

Please sign in to comment.