diff --git a/CHANGELOG.md b/CHANGELOG.md index a0121a1..04373d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.1.0](https://github.com/archoleat/eslint-flat-compatibility/compare/v1.0.0...v1.1.0) (2024-04-03) + + +### Features + +* add methods for `env`, `config`, `plugins` and `extends` ([#8](https://github.com/archoleat/eslint-flat-compatibility/issues/8)) ([e7e9084](https://github.com/archoleat/eslint-flat-compatibility/commit/e7e9084d96f6d0583e02c8fa6c7cfffdb3407f21)) + + +### Code Refactoring + +* **ecrc:** add `index.js` ([#4](https://github.com/archoleat/eslint-flat-compatibility/issues/4)) ([0800ad6](https://github.com/archoleat/eslint-flat-compatibility/commit/0800ad6673f028b8c12f8b2c508d4c483cc81964)) +* **ecrc:** add `index.js` ([182105b](https://github.com/archoleat/eslint-flat-compatibility/commit/182105bd599db11d49b67ae630dd481ac34e1d0e)) +* **eslint:** sort `import`s ([#5](https://github.com/archoleat/eslint-flat-compatibility/issues/5)) ([f7d1d9a](https://github.com/archoleat/eslint-flat-compatibility/commit/f7d1d9a320ef3823aa968c866ac15c4524c95ad3)) +* **eslint:** sort `import`s ([9e5055a](https://github.com/archoleat/eslint-flat-compatibility/commit/9e5055a2a8fb2156a0cc77f6598e7cc2e98a9241)) + + +### Documentation + +* **readme:** rewrite blockquote ([#6](https://github.com/archoleat/eslint-flat-compatibility/issues/6)) ([c4f5023](https://github.com/archoleat/eslint-flat-compatibility/commit/c4f50234038171830fc3428de7508b015f74f152)) +* **readme:** rewrite blockquote ([27b9324](https://github.com/archoleat/eslint-flat-compatibility/commit/27b932479a53895606dcd32ca1a3fc1661c0b119)) + ## 1.0.0 (2024-04-02) diff --git a/package.json b/package.json index 0f68047..a18dda9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@archoleat/eslint-flat-compatibility", "description": "Function for compatibility with ESLint flat config", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "author": { "email": "archoleat@gmail.com",