From 96470a172f86276f264c4504b35bffde3c9a1fbf Mon Sep 17 00:00:00 2001 From: Leonardo Ortiz Date: Wed, 13 Sep 2023 18:11:13 -0300 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd9f88..f00d5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0](https://github.com/monogramdesign/eslint-config/compare/v0.1.0...v0.2.0) (2023-09-13) + + +### Features + +* shared config, improve prompts ([#11](https://github.com/monogramdesign/eslint-config/issues/11)) ([c082dee](https://github.com/monogramdesign/eslint-config/commit/c082dee3d78d0a6e2be103c87127f3d195980b37)), closes [#6](https://github.com/monogramdesign/eslint-config/issues/6) [#7](https://github.com/monogramdesign/eslint-config/issues/7) +* update nextjs rules ([2e934e5](https://github.com/monogramdesign/eslint-config/commit/2e934e5c127efedcedf9d3d773340bcd36db587e)) + + +### Bug Fixes + +* lint fixes ([291a9f8](https://github.com/monogramdesign/eslint-config/commit/291a9f82df66df5b3d20d649380cad69d4ec051f)) + + +### Refactors + +* ESLint packages devDeps > peerDeps ([f283b3f](https://github.com/monogramdesign/eslint-config/commit/f283b3fa8622510d1341494a2e1819dae235e03d)) + + +### Chore + +* add commitlint back ([75fe600](https://github.com/monogramdesign/eslint-config/commit/75fe600805dc3c082fb0c8211271687f410383fa)) +* add standard-version config ([a7e1d8d](https://github.com/monogramdesign/eslint-config/commit/a7e1d8d34ffeb7d761cab184129f7cdc38185b06)) +* build in prestart & postinstall ([ddb9f59](https://github.com/monogramdesign/eslint-config/commit/ddb9f594d42362e9354633c2c719d3dd31916cb0)) +* enable pre-post-scripts ([95881f8](https://github.com/monogramdesign/eslint-config/commit/95881f8451b19d29c2f3ef1970b7bd5338d37771)) +* **release:** 0.1.1 ([959360a](https://github.com/monogramdesign/eslint-config/commit/959360a393a45d249fd750296e2d5bc186e7896f)) +* **release:** 0.1.2 ([6afce1f](https://github.com/monogramdesign/eslint-config/commit/6afce1fbb1926658b2f592c4065b53336813227f)) +* use node config ([ea47cf5](https://github.com/monogramdesign/eslint-config/commit/ea47cf5cca67fcb47e439251420ec5ac052c63e0)) +* use node config internally ([fe9bb0b](https://github.com/monogramdesign/eslint-config/commit/fe9bb0b73ec1b956f2e1e20b3511de509bff16f5)) + ### [0.1.2](https://github.com/monogramdesign/eslint-config/compare/v0.1.0...v0.1.2) (2022-04-08) ### Fixes diff --git a/package.json b/package.json index 960cbda..eced5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monogram/eslint-config", - "version": "0.1.2", + "version": "0.2.0", "description": "ESLint configs used at Monogram", "keywords": [ "eslint-config",