Skip to content

Commit 3f88719

Browse files
github-actions[bot]OliverDudgeon
authored andcommitted
chore(main): release 3.0.0
1 parent bd11044 commit 3f88719

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/InformaticsMatters/eslint-config-squonk/compare/v2.1.0...v3.0.0) (2025-04-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* upgrade eslint to v9
11+
12+
### Features
13+
14+
* upgrade eslint to v9 ([56bc668](https://github.com/InformaticsMatters/eslint-config-squonk/commit/56bc668899c529c13454c6697dbf82f7f8e58735))
15+
16+
17+
### Bug Fixes
18+
19+
* downgrade unicorn ([f9d98a7](https://github.com/InformaticsMatters/eslint-config-squonk/commit/f9d98a79d0602192ed4e73620b74b8b33d5a7ec5))
20+
* fix peer deps for eslint ([29f924f](https://github.com/InformaticsMatters/eslint-config-squonk/commit/29f924f628ad6a81204ea8debd54d25dbfb3bb24))
21+
522
## [2.1.0](https://github.com/InformaticsMatters/eslint-config-squonk/compare/v2.0.2...v2.1.0) (2025-01-05)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squonk/eslint-config",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "ESLint config used by Squonk front-end apps",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)