Skip to content

Commit b133e38

Browse files
chore: release svelte-eslint-parser (#397)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d9cb8ae commit b133e38

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Diff for: .changeset/six-deers-develop.md

-5
This file was deleted.

Diff for: .changeset/smart-turkeys-fold.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte-eslint-parser
22

3+
## 0.33.0
4+
5+
### Minor Changes
6+
7+
- [#395](https://github.com/sveltejs/svelte-eslint-parser/pull/395) [`d9cb8ae`](https://github.com/sveltejs/svelte-eslint-parser/commit/d9cb8ae9b188e546d1d7552b85b72a31c01ccdbd) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve let directive type
8+
9+
### Patch Changes
10+
11+
- [#396](https://github.com/sveltejs/svelte-eslint-parser/pull/396) [`a4d31f0`](https://github.com/sveltejs/svelte-eslint-parser/commit/a4d31f07f5c93057e276fa804d4e2b267264dc0f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update postcss to 8.4.28
12+
313
## 0.32.2
414

515
### Patch Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",

Diff for: src/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run build:meta"
44
export const name = "svelte-eslint-parser" as const;
5-
export const version = "0.32.2" as const;
5+
export const version = "0.33.0" as const;

0 commit comments

Comments
 (0)