Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.0...v1.1.0) (2024-04-03)

### Features

* add methods for `env`, `config`, `plugins` and `extends` ([#8](#8)) ([e7e9084](e7e9084))

### Code Refactoring

* **ecrc:** add `index.js` ([#4](#4)) ([0800ad6](0800ad6))
* **ecrc:** add `index.js` ([182105b](182105b))
* **eslint:** sort `import`s ([#5](#5)) ([f7d1d9a](f7d1d9a))
* **eslint:** sort `import`s ([9e5055a](9e5055a))

### Documentation

* **readme:** rewrite blockquote ([#6](#6)) ([c4f5023](c4f5023))
* **readme:** rewrite blockquote ([27b9324](27b9324))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent e7e9084 commit d57e4e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d57e4e5

Please sign in to comment.