From 87027ad041d9800aaa0a085884ba4a385bcb5eab Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 4 Feb 2018 02:18:10 +0330 Subject: [PATCH] chore(release): 4.0.0-rc.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f53e802..f7492b3a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0-rc.2](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2018-02-03) + + +### Bug Fixes + +* **Auth:** register vuex store before all watchers ([006650f](https://github.com/nuxt-community/auth-module/commit/006650f)) + + + # [4.0.0-rc.1](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-02-03) diff --git a/package.json b/package.json index e2a371402..d1b90f4fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/auth", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "description": "Authentication module for Nuxt.js", "license": "MIT", "contributors": [