Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rigwild committed May 12, 2022
1 parent 7bd04f4 commit 150f13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16, 18]
name: Node ${{ matrix.node }} test
name: Node ${{ matrix.node-version }} test

steps:
- name: Checkout
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": "apidoc-markdown",
"version": "7.1.0",
"version": "7.1.1",
"description": "📝 Generate a Simple and Portable Markdown documentation for your API",
"license": "MIT",
"repository": "rigwild/apidoc-markdown",
Expand Down

0 comments on commit 150f13a

Please sign in to comment.