Skip to content

Commit

Permalink
chore: release eslint-plugin-sonar (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 14, 2024
1 parent 4797e42 commit bbf6a8f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-ads-cover.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/soft-berries-reflect.md

This file was deleted.

16 changes: 16 additions & 0 deletions eslint-plugin-sonar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.14.1

### Patch Changes

- [#136](https://github.com/un-ts/eslint-plugin-sonar/pull/136) [`64420fe`](https://github.com/un-ts/eslint-plugin-sonar/commit/64420fe0d1680bb6e435e3915823835372ce17c9) Thanks [@JounQin](https://github.com/JounQin)! - fix: use `builtinRules` instead of `Linter` API - close #133

- [#136](https://github.com/un-ts/eslint-plugin-sonar/pull/136) [`64420fe`](https://github.com/un-ts/eslint-plugin-sonar/commit/64420fe0d1680bb6e435e3915823835372ce17c9) Thanks [@JounQin](https://github.com/JounQin)! - feat: support flat configs:

```js
// eslint.config.js

import * as sonar from "eslint-plugin-sonar";

export default [...sonar.configs.flatRecommended];
```

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin-sonar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-sonar",
"version": "0.14.0",
"version": "0.14.1",
"type": "module",
"repository": "git+https://github.com/un-ts/eslint-plugin-sonar.git",
"homepage": "https://github.com/un-ts/eslint-plugin-sonar/tree/main/eslint-plugin-sonar",
Expand Down

0 comments on commit bbf6a8f

Please sign in to comment.