Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (#852)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Minor Changes

- [#841](#841)
[`85053a1`](85053a1)
Thanks [@jrmajor](https://github.com/jrmajor)! - feat: add config option
for foreign elements in `svelte/html-self-closing` rule

### Patch Changes

- [#853](#853)
[`690c04e`](690c04e)
Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update
svelte-eslint-parser to 0.41.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 13, 2024
1 parent 690c04e commit c0658db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-adults-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-news-swim.md

This file was deleted.

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

## 2.44.0

### Minor Changes

- [#841](https://github.com/sveltejs/eslint-plugin-svelte/pull/841) [`85053a1`](https://github.com/sveltejs/eslint-plugin-svelte/commit/85053a1af237b78548a0a52f9d73ed5af695c354) Thanks [@jrmajor](https://github.com/jrmajor)! - feat: add config option for foreign elements in `svelte/html-self-closing` rule

### Patch Changes

- [#853](https://github.com/sveltejs/eslint-plugin-svelte/pull/853) [`690c04e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/690c04e5ce61999cb3846881cd8bd0b571fe2874) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update svelte-eslint-parser to 0.41.1

## 2.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte",
"version": "2.43.0",
"version": "2.44.0",
"description": "ESLint plugin for Svelte using AST",
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/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 update"
export const name = 'eslint-plugin-svelte';
export const version = '2.43.0';
export const version = '2.44.0';

0 comments on commit c0658db

Please sign in to comment.