diff --git a/.changeset/happy-rules-walk.md b/.changeset/happy-rules-walk.md deleted file mode 100644 index 8b1a3dc..0000000 --- a/.changeset/happy-rules-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': minor ---- - -set `unicorn/no-null` rule to `off` diff --git a/.changeset/polite-needles-heal.md b/.changeset/polite-needles-heal.md deleted file mode 100644 index 6e69c43..0000000 --- a/.changeset/polite-needles-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/prettier-config': minor ---- - -remove line wraps in markdown files diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4334dda..54dd7db 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/eslint-config +## 5.2.0 + +### Minor Changes + +- [#147](https://github.com/mheob/config/pull/147) ([@mheob](https://github.com/mheob)): set `unicorn/no-null` rule to `off` + ## 5.1.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7b82445..8d9a43e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "5.1.1", + "version": "5.2.0", "description": "My personal configuration for eslint.", "keywords": [ "eslint", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 156b810..09b770e 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/prettier-config +## 3.2.0 + +### Minor Changes + +- [#149](https://github.com/mheob/config/pull/149) ([@mheob](https://github.com/mheob)): remove line wraps in markdown files + ## 3.1.1 ### Patch Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 8352d6d..76bdb46 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "3.1.1", + "version": "3.2.0", "description": "My personal configuration for prettier.", "keywords": [ "prettier",