From 610b715da02e070c04aff6beae1641eb09727795 Mon Sep 17 00:00:00 2001 From: Gabriel Santerre Date: Sun, 29 Jan 2023 17:36:13 -0500 Subject: [PATCH] chore: release 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4d24b..7ff8b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 50c9865..8b40a36 100644 --- a/package.json +++ b/package.json @@ -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",