From 462f0c9f8b88175e104f450955715cc579682402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgardo=20Avile=CC=81s?= Date: Fri, 12 Jul 2019 11:24:49 -0400 Subject: [PATCH] 1.2.6 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d658ccb..26c99f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### v1.2.6 (2019-07-12) + +- [`#170`](https://github.com/lifion/eslint-config-lifion/pull/170): Update dependency eslint-plugin-jsdoc to ^15.3.5 +- [`c5d9ce1`](https://github.com/lifion/eslint-config-lifion/commit/c5d9ce107c7a481a60e90c7f1c36bf12850f16f1): Include “typicalname” in the defined tags + ### v1.2.5 (2019-07-11) +- [`#165`](https://github.com/lifion/eslint-config-lifion/pull/165): Update dependency eslint-plugin-jsdoc to ^15.3.2 - [`e040245`](https://github.com/lifion/eslint-config-lifion/commit/e0402454b13098bf85e1fb974f4df0f479edaea0): Correct options in jsdoc/check-tag-names - [`4f5b2d7`](https://github.com/lifion/eslint-config-lifion/commit/4f5b2d7211e695dc89ea17fb03c0dafa057d0b15): Update main.workflow - [`b917259`](https://github.com/lifion/eslint-config-lifion/commit/b9172592ff9ce04110b4fb37a91c64691ee3223f): Update main.workflow diff --git a/package-lock.json b/package-lock.json index 48823d55..a6ff92dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-lifion", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9103f54c..bc4ae3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-lifion", - "version": "1.2.5", + "version": "1.2.6", "description": "Lifion's ESLint config", "repository": { "type": "git",