Skip to content

Commit

Permalink
chore: release svelte-eslint-parser (#535)
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 Jun 15, 2024
1 parent a27c8e9 commit 249deb6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-ears-move.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.38.0

### Minor Changes

- [#534](https://github.com/sveltejs/svelte-eslint-parser/pull/534) [`a27c8e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/a27c8e902d5db63eadc0c8fd7c63e9e09b25845d) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: support Svelte 5.0.0-next.155. (Add `$state.is` and replace `$effect.active` with `$effect.tracking`)

## 0.37.0

### Minor 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.37.0",
"version": "0.38.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.37.0";
export const version = "0.38.0";

0 comments on commit 249deb6

Please sign in to comment.