Skip to content

Commit

Permalink
fixed markdown table render issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Nov 4, 2021
1 parent 2907868 commit d81d4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ The third argument is the level of the increment operation. `level` might be one
| beta | modifier | Increments the beta tag. |
| rc | modifier | Increments the rc tag. |
| calendar.(dev|alpha|beta|rc) | composite | Updates calendar tags and adds specified modifier tag. |
| major.(dev|alpha|beta|rc) | composite | Increments the major tag and adds specified modifier tag. |
| minor.(dev|alpha|beta|rc) | composite | Increments the minor tag and adds specified modifier tag. |
| patch.(dev|alpha|beta|rc) | composite | Increments the patch tag and adds specified modifier tag. |
| major.[dev,alpha,beta,rc] | composite | Increments the major tag and adds specified modifier tag. |
| minor.[dev,alpha,beta,rc] | composite | Increments the minor tag and adds specified modifier tag. |
| patch.[dev,alpha,beta,rc] | composite | Increments the patch tag and adds specified modifier tag. |

Let's make some more updates:
```js
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": "calver",
"version": "21.11.1",
"version": "21.11.2",
"description": "The calver parser for node. 📆 🚀",
"main": "./dist/node/lts/cjs/index.js",
"module": "./dist/node/lts/es/index.js",
Expand Down

0 comments on commit d81d4ae

Please sign in to comment.