Skip to content

Commit

Permalink
chore: release svelte-eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent d9cc4c3 commit abbb352
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-ways-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-adults-knock.md

This file was deleted.

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

## 0.36.0

### Minor Changes

- [#513](https://github.com/sveltejs/svelte-eslint-parser/pull/513) [`37f0061`](https://github.com/sveltejs/svelte-eslint-parser/commit/37f006191342d2f4bfa44a8798b40b6079d9b75f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for $host and $state.snapshot

- [#513](https://github.com/sveltejs/svelte-eslint-parser/pull/513) [`37f0061`](https://github.com/sveltejs/svelte-eslint-parser/commit/37f006191342d2f4bfa44a8798b40b6079d9b75f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to 5.0.0-next.115 && minor refactor

## 0.35.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.35.0",
"version": "0.36.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.35.0";
export const version = "0.36.0";

0 comments on commit abbb352

Please sign in to comment.