diff --git a/.changeset/yellow-games-double.md b/.changeset/yellow-games-double.md deleted file mode 100644 index e07cfa07a..000000000 --- a/.changeset/yellow-games-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -Support `snapshot` to `valid-prop-names-in-kit-pages` rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 87486e636..29a4d7ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-svelte +## 2.17.0 + +### Minor Changes + +- [#366](https://github.com/ota-meshi/eslint-plugin-svelte/pull/366) [`a1fe4ac`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/a1fe4aca6fbc5620d831ae93195faa4863936855) Thanks [@baseballyama](https://github.com/baseballyama)! - Support `snapshot` to `valid-prop-names-in-kit-pages` rule + ## 2.16.0 ### Minor Changes diff --git a/package.json b/package.json index ae40296d8..ba0faf038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.16.0", + "version": "2.17.0", "description": "ESLint plugin for Svelte using AST", "repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git", "homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",