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 d81d4ae commit 63d64ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The third argument is the level of the increment operation. `level` might be one
| alpha | modifier | Increments the alpha tag. |
| 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. |
| 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. |
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.2",
"version": "21.11.3",
"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 63d64ad

Please sign in to comment.