Skip to content

Commit

Permalink
chore: fix markdown-link-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhofer committed Dec 1, 2022
1 parent bb659a1 commit af5aa82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"ignorePatterns": [
{
"pattern": "^http://localhost.*"
},
{
"pattern": "^https://badgen.net/*"
}
],
"retryOn429": true,
Expand Down
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,11 @@ Feature:
- detect locale from request's `hostname`

## 5.5.2 (2022-06-05)
## 5.5.1 (2022-06-01)

Fix:
- bundle 'svelte/store' together with cjs output

## 5.5.1 (2022-06-01)

New Backer:
- [Swepool](https://github.com/Swepool)

## 5.5.0 (2022-05-29)

- replace `watchlist` with `chokidar` [#314](https://github.com/ivanhofer/typesafe-i18n/issues/314)
Expand Down Expand Up @@ -339,16 +335,11 @@ Bugfix:
- fix react adapter

## 3.1.2 (2022-02-04)
## 3.1.1 (2022-02-01)

Fix:
- missing index.d.ts in importer [#167](https://github.com/ivanhofer/typesafe-i18n/issues/167)

## 3.1.1 (2022-02-01)

New Backers:
- [Kraftwurm](https://github.com/Kraftwurm)
- [Badlapje](https://github.com/Badlapje)

## 3.1.0 (2022-02-01)

Feature:
Expand Down

0 comments on commit af5aa82

Please sign in to comment.