Skip to content

Commit

Permalink
chore: release svelte-eslint-parser (#549)
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] authored Jul 11, 2024
1 parent dfe5cb8 commit 7b29182
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-rats-sneeze.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-eslint-parser

## 0.40.0

### Minor Changes

- [#548](https://github.com/sveltejs/svelte-eslint-parser/pull/548) [`dfe5cb8`](https://github.com/sveltejs/svelte-eslint-parser/commit/dfe5cb815ef2119cfa56ade8755c45b8533c24e1) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update svelte to 5.0.0-next.181 and fix for `{:else if}`

## 0.39.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-eslint-parser",
"version": "0.39.2",
"version": "0.40.0",
"description": "Svelte parser for ESLint",
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "pnpm run build:meta"
export const name = "svelte-eslint-parser";
export const version = "0.39.2";
export const version = "0.40.0";

0 comments on commit 7b29182

Please sign in to comment.