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.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.8](v1.1.7...v1.1.8) (2024-08-30)

### Bug Fixes

* **eslint-config:** add `files` option ([#65](#65)) ([268d34e](268d34e))

### Code Refactoring

* eslint ([#64](#64)) ([218ec87](218ec87))
* move scripts to ci ([#57](#57)) ([92e383b](92e383b))
* **prettierignore:** remove `.czrc` ([#60](#60)) ([946479a](946479a))
* remove index files ([#66](#66)) ([ad81dbe](ad81dbe))

### Documentation

* **readme:** remove extra code blocks ([#58](#58)) ([178a8ce](178a8ce))
* **readme:** remove extra scripts ([#54](#54)) ([4839c95](4839c95))
  • Loading branch information
semantic-release-bot committed Aug 30, 2024
1 parent ad81dbe commit 8e5e878
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.1.8](https://github.com/archoleat/eslint-flat-compatibility/compare/v1.1.7...v1.1.8) (2024-08-30)

### Bug Fixes

* **eslint-config:** add `files` option ([#65](https://github.com/archoleat/eslint-flat-compatibility/issues/65)) ([268d34e](https://github.com/archoleat/eslint-flat-compatibility/commit/268d34eab646709624c51a0ce333b815c5b7112f))

### Code Refactoring

* eslint ([#64](https://github.com/archoleat/eslint-flat-compatibility/issues/64)) ([218ec87](https://github.com/archoleat/eslint-flat-compatibility/commit/218ec874d33482d7a4ee01480177c5bcb2991737))
* move scripts to ci ([#57](https://github.com/archoleat/eslint-flat-compatibility/issues/57)) ([92e383b](https://github.com/archoleat/eslint-flat-compatibility/commit/92e383bc514cc9b0192cd75fc7edaa1d34dd49fb))
* **prettierignore:** remove `.czrc` ([#60](https://github.com/archoleat/eslint-flat-compatibility/issues/60)) ([946479a](https://github.com/archoleat/eslint-flat-compatibility/commit/946479a023db5a55f073374c836c4c74fc0e964c))
* remove index files ([#66](https://github.com/archoleat/eslint-flat-compatibility/issues/66)) ([ad81dbe](https://github.com/archoleat/eslint-flat-compatibility/commit/ad81dbeb8bf67eebb0567028807bcfe092b597e8))

### Documentation

* **readme:** remove extra code blocks ([#58](https://github.com/archoleat/eslint-flat-compatibility/issues/58)) ([178a8ce](https://github.com/archoleat/eslint-flat-compatibility/commit/178a8ce93e6f7fc8ce4a10385b759d57f4e6ebab))
* **readme:** remove extra scripts ([#54](https://github.com/archoleat/eslint-flat-compatibility/issues/54)) ([4839c95](https://github.com/archoleat/eslint-flat-compatibility/commit/4839c9556db26f87acc7bb551d8d5d0c754d031a))

## [1.1.7](https://github.com/archoleat/eslint-flat-compatibility/compare/v1.1.6...v1.1.7) (2024-08-17)

### Code Refactoring
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.1.7",
"version": "1.1.8",
"license": "MIT",
"author": {
"email": "archoleat@gmail.com",
Expand Down

0 comments on commit 8e5e878

Please sign in to comment.