Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 13, 2024
1 parent 4fc1b80 commit 705ebda
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

## v3.1.0 (2024-06-13)

#### :rocket: Enhancement
* [#378](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/378) Add ESLint flat config support ([@BePo65](https://github.com/BePo65))
* [#387](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/387) rules/terminating-properties: Add `schema` field ([@Turbo87](https://github.com/Turbo87))
* [#248](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/248) Detect missing assertions in an arrow body ([@jonathanperret](https://github.com/jonathanperret))

#### :house: Internal
* [#391](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/391) Convert test suite to ESM ([@Turbo87](https://github.com/Turbo87))
* [#390](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/390) ESLint: Migrate to flat config internally ([@Turbo87](https://github.com/Turbo87))
* [#389](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/389) CI: Add ESLint 9 to test matrix ([@Turbo87](https://github.com/Turbo87))
* [#388](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/388) Adjust test suite to be compatible with ESLint 9 ([@Turbo87](https://github.com/Turbo87))
* [#386](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/386) Update gitignore from "Node" template ([@Turbo87](https://github.com/Turbo87))
* [#381](https://github.com/Turbo87/eslint-plugin-chai-expect/pull/381) Use current versions of github actions and node in github workflows and package.json ([@BePo65](https://github.com/BePo65))

#### Committers: 3
- Bernhard P. ([@BePo65](https://github.com/BePo65))
- Jonathan Perret ([@jonathanperret](https://github.com/jonathanperret))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v3.0.0 (2021-10-20)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-chai-expect",
"version": "3.0.0",
"version": "3.1.0",
"description": "ESLint plugin that checks for common chai.js expect() mistakes",
"keywords": [
"chai",
Expand Down

0 comments on commit 705ebda

Please sign in to comment.