Skip to content

Commit 66c3700

Browse files
committed
build: publish v2.0.0
1 parent 19c7ff8 commit 66c3700

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## v2.0.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-de-morgan/compare/v1.3.1...v2.0.0)
6+
7+
### 🚀 Features
8+
9+
- ⚠️ Move to esm only ([5edc216](https://github.com/azat-io/eslint-plugin-de-morgan/commit/5edc216))
10+
- ⚠️ Remove get source code legacy func support ([721b90d](https://github.com/azat-io/eslint-plugin-de-morgan/commit/721b90d))
11+
- ⚠️ Drop nodejs v18 support ([0e0829c](https://github.com/azat-io/eslint-plugin-de-morgan/commit/0e0829c))
12+
13+
### 🐞 Bug Fixes
14+
15+
- Fix plugin usage with legacy configurations ([19bbaad](https://github.com/azat-io/eslint-plugin-de-morgan/commit/19bbaad))
16+
17+
#### ⚠️ Breaking Changes
18+
19+
- ⚠️ Move to esm only ([5edc216](https://github.com/azat-io/eslint-plugin-de-morgan/commit/5edc216))
20+
- ⚠️ Remove get source code legacy func support ([721b90d](https://github.com/azat-io/eslint-plugin-de-morgan/commit/721b90d))
21+
- ⚠️ Drop nodejs v18 support ([0e0829c](https://github.com/azat-io/eslint-plugin-de-morgan/commit/0e0829c))
22+
23+
### ❤️ Contributors
24+
25+
- Azat S. ([@azat-io](https://github.com/azat-io))
26+
327
## v1.3.1
428

529
[compare changes](https://github.com/azat-io/eslint-plugin-de-morgan/compare/v1.3.0...v1.3.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-de-morgan",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "ESLint plugin for transforming negated boolean expressions via De Morgan’s laws",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)