From 4be0d5ba0c8a26b71a149b55ea8d37064db8f9f8 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 4 Sep 2017 21:40:37 +0430 Subject: [PATCH] chore(release): 2.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7481cce9..57c303e81 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. + +## [2.0.3](https://github.com/nuxt-community/auth-module/compare/v2.0.2...v2.0.3) (2017-09-04) + + +### Bug Fixes + +* **package:** publish templates ([eb1706a](https://github.com/nuxt-community/auth-module/commit/eb1706a)) + + + ## [2.0.2](https://github.com/nuxt-community/auth-module/compare/v2.0.1...v2.0.2) (2017-09-04) diff --git a/package.json b/package.json index 9af0e8d6a..f20f4fe06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/auth", - "version": "2.0.2", + "version": "2.0.3", "description": "Authentication module for Nuxt.js", "license": "MIT", "contributors": [ @@ -20,7 +20,7 @@ "lint-fix": "eslint --fix lib src test", "test": "NODE_ENV=test npm run build && npm run lint && jest", "release": "standard-version && git push --follow-tags && npm publish", - "prepare": "npm run test && npm run build" + "prepare": "npm run build" }, "eslintIgnore": [ "*.template.*"