diff --git a/.changeset/orange-snails-smash.md b/.changeset/orange-snails-smash.md deleted file mode 100644 index f35a978..0000000 --- a/.changeset/orange-snails-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-altnext": patch ---- - -feat: turn off unicorn/prefer-node-protocol diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1b809..405b422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-altnext +## 1.0.2 + +### Patch Changes + +- [#15](https://github.com/AltNext/eslint-config-altnext/pull/15) [`1b659cf`](https://github.com/AltNext/eslint-config-altnext/commit/1b659cf82951d9dc0d516db49b9496b84d611196) Thanks [@roikoren755](https://github.com/roikoren755)! - feat: turn off unicorn/prefer-node-protocol + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index b57897d..f2f8a5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-altnext", - "version": "1.0.1", + "version": "1.0.2", "repository": { "type": "git", "url": "ssh://git@github.com/altnext/eslint-config-altnext.git"