From 8a417931fca44d2bd13b6d089e69b70ab4a957b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Mar 2022 03:38:17 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/wfcd/eslint-config/compare/v1.0.2...v1.1.0) (2022-03-29) ### Features * **style:** add prettier configs ([b8611e3](https://github.com/wfcd/eslint-config/commit/b8611e3b4f16636c90840bf103655712ad80b4ff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fe598..cedd944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/wfcd/eslint-config/compare/v1.0.2...v1.1.0) (2022-03-29) + + +### Features + +* **style:** add prettier configs ([b8611e3](https://github.com/wfcd/eslint-config/commit/b8611e3b4f16636c90840bf103655712ad80b4ff)) + ## [1.0.2](https://github.com/wfcd/eslint-config/compare/v1.0.1...v1.0.2) (2022-03-27) diff --git a/package.json b/package.json index 651ad26..f79ee0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.0.2", + "version": "1.1.0", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "exit 0",