Skip to content

Commit 8ff594c

Browse files
committed
chore: release 0.3.0
1 parent 82343f4 commit 8ff594c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
undefined
22

3+
## [0.3.0](https://github.com/100terres/easelint/compare/v0.2.1...v0.3.0) (2023-02-08)
4+
5+
6+
### Docs 📃
7+
8+
* some typos and small fixes ([#3](https://github.com/100terres/easelint/issues/3)) ([e448af9](https://github.com/100terres/easelint/commit/e448af97d67c45d0b791bb4f33fbaf7ab88262d9))
9+
10+
11+
### Features 🔥
12+
13+
* **rule:** prefer named exports over default exports ([82343f4](https://github.com/100terres/easelint/commit/82343f4892e2fa7f5576f0c4c7471e761db40624))undefined
14+
315
### [0.2.1](https://github.com/100terres/easelint/compare/v0.2.0...v0.2.1) (2023-01-29)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"description": "A modern ESlint configuration for JavaScript, TypeScript and React that includes the Airbnb style guide, jsx-a11y to help with accessibility and Pettier to do some code formatting.",
1010
"homepage": "https://github.com/100terres/easelint#readme",
11-
"version": "0.2.1",
11+
"version": "0.3.0",
1212
"files": [
1313
"LICENSE",
1414
"README.md",

0 commit comments

Comments
 (0)