Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (next) (#721)
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 25, 2024
1 parent eaf5e6a commit 9d7eadc
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 @@ -9,6 +9,7 @@
"brown-gorillas-fly",
"calm-fans-refuse",
"cuddly-cats-beam",
"eighty-pillows-taste",
"famous-dots-do",
"fifty-deers-pretend",
"gentle-apricots-float",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# eslint-plugin-svelte

## 2.36.0-next.13

### Patch Changes

- [#719](https://github.com/sveltejs/eslint-plugin-svelte/pull/719) [`eaf5e6a`](https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: suppress comment not working in flat config.

## 2.36.0-next.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte",
"version": "2.36.0-next.12",
"version": "2.36.0-next.13",
"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.12';
export const version = '2.36.0-next.13';

0 comments on commit 9d7eadc

Please sign in to comment.