diff --git a/.changeset/clever-clocks-attend.md b/.changeset/clever-clocks-attend.md deleted file mode 100644 index fac7649a..00000000 --- a/.changeset/clever-clocks-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-astro": patch ---- - -fix: update parser diff --git a/CHANGELOG.md b/CHANGELOG.md index 387b80be..8c0a2854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-astro +## 1.1.2 + +### Patch Changes + +- [#379](https://github.com/ota-meshi/eslint-plugin-astro/pull/379) [`3fee9b2`](https://github.com/ota-meshi/eslint-plugin-astro/commit/3fee9b276b50a6b51c52fece22432fa1ad134fc0) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update parser + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 687cd38c..4ded546f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-astro", - "version": "1.1.1", + "version": "1.1.2", "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 a62cc021..436e47d2 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.1.1" +export const version = "1.1.2"