From 9728a1ae2e1906311d0d70bfa4d11a65819faba6 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Thu, 15 Apr 2021 12:27:57 -0600 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115dd21..40def46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v4.0.0](https://github.com/little-core-labs/eslint-config-12core/compare/v3.0.1...v4.0.0) +## [v4.0.1](https://github.com/little-core-labs/eslint-config-12core/compare/v4.0.0...v4.0.1) + +### Commits + +- bug: include jsx [`8e873b0`](https://github.com/little-core-labs/eslint-config-12core/commit/8e873b077236df6c8e39ff267ac148cf87983ec0) + +## [v4.0.0](https://github.com/little-core-labs/eslint-config-12core/compare/v3.0.1...v4.0.0) - 2021-04-15 ### Merged diff --git a/package.json b/package.json index 31c812b..aebc689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@12core/eslint-config-12core", - "version": "4.0.0", + "version": "4.0.1", "description": "12Core Shareable eslint config", "main": "index.js", "scripts": {