From b419aed807059a1b6b7c1b52e32dc8590f6fddde Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2019 10:38:19 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/5app/eslint-config-5app/compare/v0.5.0...v0.6.0) (2019-06-05) ### Features * **rules:** added jsdoc rules for formatting jsdoc syntax ([e6e9517](https://github.com/5app/eslint-config-5app/commit/e6e9517)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb5e0e..a07132b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/5app/eslint-config-5app/compare/v0.5.0...v0.6.0) (2019-06-05) + + +### Features + +* **rules:** added jsdoc rules for formatting jsdoc syntax ([e6e9517](https://github.com/5app/eslint-config-5app/commit/e6e9517)) + # [0.5.0](https://github.com/5app/eslint-config-5app/compare/v0.4.0...v0.5.0) (2019-05-29) diff --git a/package.json b/package.json index 3e2aad0..c7082e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-5app", - "version": "0.5.0", + "version": "0.6.0", "description": "Javascript Style guide for 5app", "main": "index.js", "scripts": {