Skip to content

Commit d663cf9

Browse files
chore: release eslint-plugin-svelte
1 parent 6290345 commit d663cf9

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/forty-eels-fix.md

-5
This file was deleted.

.changeset/wicked-ways-leave.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-plugin-svelte
22

3+
## 2.28.0
4+
5+
### Minor Changes
6+
7+
- [#470](https://github.com/sveltejs/eslint-plugin-svelte/pull/470) [`6290345`](https://github.com/sveltejs/eslint-plugin-svelte/commit/6290345134d6cc5ef7a0bbe4b437918e61794150) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency svelte-eslint-parser to ^0.28.0
8+
9+
- [#467](https://github.com/sveltejs/eslint-plugin-svelte/pull/467) [`170f816`](https://github.com/sveltejs/eslint-plugin-svelte/commit/170f816bd733a45103bdc8e82cc8e4768498dd4b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export meta object
10+
311
## 2.27.4
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.27.4",
3+
"version": "2.28.0",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
66
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",

src/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "yarn update"
44
export const name = "eslint-plugin-svelte" as const
5-
export const version = "2.27.4" as const
5+
export const version = "2.28.0" as const

0 commit comments

Comments
 (0)