From 9ab22b158749808d1dbe2bf6825f9e899ea0a8bb Mon Sep 17 00:00:00 2001 From: toshi-toma Date: Tue, 23 Jun 2020 01:37:41 +0900 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc4c3e..e7e4bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [3.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.0.0...v3.1.0) (2020-06-22) + + +### Features + +* Update eslint-config-airbnb to v18.2.0 and Support ESLint v7 ([#51](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/51)) ([9b1133c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/9b1133cd3f0445a264881729bdd4b1ff50ecd9b1)) +* Update eslint-config-prettier and eslint-plugin-prettier ([#52](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/52)) ([c9c720c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/c9c720c670c51b85d835254ae6d1f7cee47713b7)) + ## [3.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.2.0...v3.0.0) (2020-06-22) diff --git a/package-lock.json b/package-lock.json index 7b4165b..e6b5290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-airbnb-typescript-prettier", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0232f9e..8d101a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-airbnb-typescript-prettier", - "version": "3.0.0", + "version": "3.1.0", "description": "Airbnb's ESLint config with TypeScript and Prettier support", "main": "index.js", "scripts": {