From 63d64adae5052c28941cae0c54d73cd73c69930f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Go=CC=88zel?= Date: Thu, 4 Nov 2021 10:17:16 +0300 Subject: [PATCH] fixed markdown table render issue. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cce8bd4..a40ee19 100644 --- a/README.md +++ b/README.md @@ -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. | diff --git a/package.json b/package.json index 97abd8b..2ebd6e0 100644 --- a/package.json +++ b/package.json @@ -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",