diff --git a/.changeset/wise-news-fly.md b/.changeset/wise-news-fly.md deleted file mode 100644 index dfaaad4c..00000000 --- a/.changeset/wise-news-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-astro": patch ---- - -fix: preserve whitespace between attributes in sort-attributes rule diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8cb27f..35bb10ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-astro +## 1.3.1 + +### Patch Changes + +- [#445](https://github.com/ota-meshi/eslint-plugin-astro/pull/445) [`1133962`](https://github.com/ota-meshi/eslint-plugin-astro/commit/11339627950f183fdf29b772477386b290445d6e) Thanks [@stefanprobst](https://github.com/stefanprobst)! - fix: preserve whitespace between attributes in sort-attributes rule + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index bcd440f4..c0d8559b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-astro", - "version": "1.3.0", + "version": "1.3.1", "description": "ESLint plugin for Astro component", "main": "lib/index.js", "module": "lib/index.mjs", diff --git a/src/meta.ts b/src/meta.ts index 70f076b9..afba2679 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "npm run update" export const name = "eslint-plugin-astro" -export const version = "1.3.0" +export const version = "1.3.1"