Skip to content

Commit

Permalink
docs: changelog for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Apr 11, 2024
1 parent 961824e commit 95fea31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 2.2.0

- Support Flat Config (#20)

### 2.1.2

- fix bug check package incorrect on Windows (#15)
Expand All @@ -8,14 +12,14 @@

- Fixed the `treatSelfReferenceAs` option to support scoped packages. (#13)


### 2.1.0

- Added a `treatSelfReferenceAs` option which allows you to treat self-references either like internal file or like external module. (#12)

### 2.0.0

#### :warning: BREAKING CHANGES

- Minimum supported TypeScript version is now 4.7 (previously 4.4)
- Minimum supported Node.js version is now 16 (previously 14)

Expand Down

0 comments on commit 95fea31

Please sign in to comment.