From ccadbf84c895d024fc52b52caf1d08637c7c3376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:25:40 +0000 Subject: [PATCH] Version Packages --- .changeset/smooth-jokes-eat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smooth-jokes-eat.md diff --git a/.changeset/smooth-jokes-eat.md b/.changeset/smooth-jokes-eat.md deleted file mode 100644 index e5f3a14a8..000000000 --- a/.changeset/smooth-jokes-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Updates resources diff --git a/CHANGELOG.md b/CHANGELOG.md index b21ab6f6f..1172da195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-vue +## 10.2.1 + +### Patch Changes + +- Updates resources ([#2752](https://github.com/vuejs/eslint-plugin-vue/pull/2752)) + ## 10.2.0 ### Minor Changes diff --git a/package.json b/package.json index da1053c00..fc0ab3ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "10.2.0", + "version": "10.2.1", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "types": "lib/index.d.ts",