Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Jan 29, 2023
1 parent 5c4dafc commit 610b715
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
undefined

## [0.2.0](https://github.com/100terres/easelint/compare/v0.1.0...v0.2.0) (2023-01-29)


### CI 🛠

* **pnpm:** setup pnpm, add lockfile and fix the ci ([#1](https://github.com/100terres/easelint/issues/1)) ([d01c089](https://github.com/100terres/easelint/commit/d01c0894b85b11d10d8fe6c0b7514f41b91c4b10))


### Code Refactoring 🖌

* move from extends files to factory function ([#2](https://github.com/100terres/easelint/issues/2)) ([5c4dafc](https://github.com/100terres/easelint/commit/5c4dafc33acb4af7cff8ce22e74b08dfb7f5a6ba))undefined

## 0.1.0 (2022-10-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"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.",
"homepage": "https://github.com/100terres/easelint#readme",
"version": "0.1.0",
"version": "0.2.0",
"files": [
"LICENSE",
"README.md",
Expand Down

0 comments on commit 610b715

Please sign in to comment.