Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 21, 2023
1 parent aa1cd50 commit 15e3789
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier
args: [--write] # edit files in-place
Expand All @@ -28,14 +28,14 @@ repos:
- svelte

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
stages: [commit, commit-msg]
args: [--ignore-words-list, falsy]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.31.0
rev: v8.38.0
hooks:
- id: eslint
types: [file]
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

<!-- auto-changelog-above -->

#### [v0.5.5](https://github.com/janosh/svelte-toc/compare/v0.5.4...v0.5.5)

> 20 April 2023
- DRY GitHub Actions [`#40`](https://github.com/janosh/svelte-toc/pull/40)
- fix svelte a11y warning about &lt;li&gt; tabindex and role [`aa1cd50`](https://github.com/janosh/svelte-toc/commit/aa1cd507e158acdf13048bf158e4f4b3ba0fbba1)

#### [v0.5.4](https://github.com/janosh/svelte-toc/compare/v0.5.3...v0.5.4)

> 16 March 2023
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/svelte-toc",
"repository": "https://github.com/janosh/svelte-toc",
"license": "MIT",
"version": "0.5.4",
"version": "0.5.5",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-toc/issues",
Expand Down

0 comments on commit 15e3789

Please sign in to comment.