diff --git a/CHANGELOG.md b/CHANGELOG.md index 01086ba..c6e4451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.5.0](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v1.4.2...v1.5.0) (2019-11-26) + + +### Features + +* **eslintrc_base.js:** add react/jsx-filename-extension rule ([46b06fa](https://github.com/SandroMiguel/eslint-config-cecilia/commit/46b06fa52112da4e283b1f894dee5bf650b00e6c)) + ### [1.4.2](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v1.4.1...v1.4.2) (2019-11-16) ### [1.4.1](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v1.4.0...v1.4.1) (2019-11-01) diff --git a/package.json b/package.json index 9b4e2d9..fcda405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cecilia", - "version": "1.4.2", + "version": "1.5.0", "description": "ESLint configuration for awesome projects", "main": "index.js", "scripts": {