Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (next) (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 18, 2024
1 parent aaba61f commit 874c4ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Expand Up @@ -18,6 +18,7 @@
"shaggy-dryers-smoke",
"shaggy-mirrors-join",
"shy-walls-laugh",
"soft-suns-brush",
"stale-crews-brush",
"twenty-trainers-peel",
"yellow-icons-explode"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# eslint-plugin-svelte

## 2.36.0-next.12

### Patch Changes

- [#711](https://github.com/sveltejs/eslint-plugin-svelte/pull/711) [`aaba61f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: flat config would cause an error with non-svelte files

## 2.36.0-next.11

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte",
"version": "2.36.0-next.11",
"version": "2.36.0-next.12",
"description": "ESLint plugin for Svelte using AST",
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "pnpm run update"
export const name = 'eslint-plugin-svelte';
export const version = '2.36.0-next.11';
export const version = '2.36.0-next.12';

0 comments on commit 874c4ba

Please sign in to comment.