diff --git a/packages/graffiti-plugin-auth/CHANGELOG.md b/packages/graffiti-plugin-auth/CHANGELOG.md index f9d6dd0..d54b2d6 100644 --- a/packages/graffiti-plugin-auth/CHANGELOG.md +++ b/packages/graffiti-plugin-auth/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.0 / 2020-09-10 + +- Allow specifying redirect in auth plugin +- Change how auth plugin checks URLs, allow next.js in dev mode by default + # 0.2.0 / 2020-09-08 - Initial release diff --git a/packages/graffiti-plugin-auth/package.json b/packages/graffiti-plugin-auth/package.json index bcc79d8..99247f8 100644 --- a/packages/graffiti-plugin-auth/package.json +++ b/packages/graffiti-plugin-auth/package.json @@ -1,6 +1,6 @@ { "name": "graffiti-plugin-auth", - "version": "0.2.0", + "version": "0.3.0", "description": "Authentication plugin for Graffiti framework", "repository": "yamalight/graffiti", "bugs": "https://github.com/yamalight/graffiti/issues",