diff --git a/CHANGELOG.md b/CHANGELOG.md index 135e80919..89bd31321 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](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.0...v4.0.0) (2018-02-03) + + +### Features + +* watchState and watchLoggedIn ([b628455](https://github.com/nuxt-community/auth-module/commit/b628455)), closes [#52](https://github.com/nuxt-community/auth-module/issues/52) + + + # [4.0.0-rc.0](https://github.com/nuxt-community/auth-module/compare/v3.4.1...v4.0.0-rc.0) (2018-02-02) diff --git a/package.json b/package.json index d29347b37..7ef01f62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/auth", - "version": "4.0.0-rc.0", + "version": "4.0.0", "description": "Authentication module for Nuxt.js", "license": "MIT", "contributors": [ @@ -52,7 +52,7 @@ "bootstrap-vue": "^2.0.0-rc.1", "codecov": "latest", "cookie-parser": "^1.4.3", - "eslint": "latest", + "eslint": "4.17.0", "eslint-config-standard": "latest", "eslint-plugin-import": "latest", "eslint-plugin-jest": "latest",