Skip to content

Commit

Permalink
chore: release svelte-eslint-parser (#539)
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 Jun 17, 2024
1 parent 437e463 commit 10d6af6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-penguins-compete.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.39.1

### Patch Changes

- [#538](https://github.com/sveltejs/svelte-eslint-parser/pull/538) [`437e463`](https://github.com/sveltejs/svelte-eslint-parser/commit/437e4639d771ab55eaaca023f25cafecd94750a8) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: Set `svelteFeatures.runes` to `true` by default for Svelte 5

## 0.39.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.39.0",
"version": "0.39.1",
"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.0";
export const version = "0.39.1";

0 comments on commit 10d6af6

Please sign in to comment.