Skip to content

Commit d6a15bc

Browse files
chore(main): release 2.0.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5d9a844 commit d6a15bc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [2.0.0](https://github.com/InformaticsMatters/eslint-config-squonk/compare/v1.0.0...v2.0.0) (2024-04-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **flat-config:** migrate to flat config and update rules ([#2](https://github.com/InformaticsMatters/eslint-config-squonk/issues/2))
11+
12+
### Features
13+
14+
* **flat-config:** migrate to flat config and update rules ([#2](https://github.com/InformaticsMatters/eslint-config-squonk/issues/2)) ([94b6656](https://github.com/InformaticsMatters/eslint-config-squonk/commit/94b66566289618e3d63e2dcf5b3813597e9c7570))
15+
516
## [1.0.0](https://github.com/InformaticsMatters/eslint-config-squonk/compare/v0.4.2...v1.0.0) (2023-10-12)
617

718

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "ESLint config used by Squonk front-end apps",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)