Skip to content

Commit

Permalink
Update package version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson committed Jun 20, 2024
1 parent d230eca commit dc7f1a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ To use Linkspector with Docker, follow these steps:
## What's planned

- [x] Spinner for local runs.
- [ ] Create a GitHub action.
- [x] Create a GitHub action. See [action-linkspector](https://github.com/UmbrellaDocs/action-linkspector)
- [x] Modified files only check.
- [!] Asciidoc support. (Limited to hyperlinks only)
- [ ] ReStructured Text support.
Expand Down
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test('linkspector should check top-level relative links in Markdown file', async
}

expect(hasErrorLinks).toBe(false)
expect(results.length).toBe(6)
expect(results.length).toBe(7)
})

test('linkspector should add back the removed duplicates when returning the results', async () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbrelladocs/linkspector",
"version": "0.3.8",
"version": "0.3.9",
"description": "Uncover broken links in your content.",
"type": "module",
"main": "linkspector.js",
Expand Down

0 comments on commit dc7f1a5

Please sign in to comment.