Skip to content

Commit 3dfc12e

Browse files
chore: release svelte-eslint-parser (next) (#436)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7508680 commit 3dfc12e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"blue-pets-play",
1010
"brown-cheetahs-greet",
1111
"friendly-hats-flow",
12-
"grumpy-pans-guess"
12+
"grumpy-pans-guess",
13+
"honest-mangos-wave",
14+
"yellow-cooks-end"
1315
]
1416
}

CHANGELOG.md

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

3+
## 0.34.0-next.3
4+
5+
### Minor Changes
6+
7+
- [#435](https://github.com/sveltejs/svelte-eslint-parser/pull/435) [`7508680`](https://github.com/sveltejs/svelte-eslint-parser/commit/7508680b3a88c951fa3fe0bdd9b59b21d6034b27) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve props type
8+
9+
### Patch Changes
10+
11+
- [#434](https://github.com/sveltejs/svelte-eslint-parser/pull/434) [`0ef067b`](https://github.com/sveltejs/svelte-eslint-parser/commit/0ef067b57ab8897cff03f8793c2767e6d0b83274) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: incorrect location when there is whitespace at the beginning of block
12+
313
## 0.34.0-next.2
414

515
### Minor Changes

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.34.0-next.2",
3+
"version": "0.34.0-next.3",
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",

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.34.0-next.2" as const;
5+
export const version = "0.34.0-next.3" as const;

0 commit comments

Comments
 (0)