Skip to content

Commit

Permalink
chore: release svelte-eslint-parser (#578)
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 Oct 20, 2024
1 parent 88548e9 commit b7210eb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-pumas-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-mails-fly.md

This file was deleted.

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

## 0.43.0

### Minor Changes

- [#576](https://github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@ota-meshi](https://github.com/ota-meshi)! - update svelte to v5

### Patch Changes

- [#576](https://github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix some `$props()` type linting error

## 0.42.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.42.0",
"version": "0.43.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.42.0";
export const version = "0.43.0";

0 comments on commit b7210eb

Please sign in to comment.