Skip to content

Commit

Permalink
Bump: 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierodo committed Jan 22, 2023
1 parent da39d5b commit 0b2e7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ This Github action will support you to validate all the links includes in your d

## Versions

* [3.1.2](https://github.com/restqa/404-links) (current version)
* [3.1.3](https://github.com/restqa/404-links) (current version)
* [3.1.2](https://github.com/restqa/404-links/tree/3.1.2)
* [3.1.1](https://github.com/restqa/404-links/tree/3.1.1)
* [3.1.0](https://github.com/restqa/404-links/tree/3.1.0)
* [2.2.0](https://github.com/restqa/404-links/tree/2.2.0)
Expand All @@ -53,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 'restqa-404-links'
uses: restqa/404-links@3.1.2
uses: restqa/404-links@3.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
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": "@restqa/404-links",
"version": "3.1.2",
"version": "3.1.3",
"description": "A simple link checker, no more broken link in your project documentation",
"main": "404-links.js",
"scripts": {
Expand Down

0 comments on commit 0b2e7d9

Please sign in to comment.