Skip to content

Commit a9d1bc4

Browse files
Update version -> 0.0.14
1 parent 446bd68 commit a9d1bc4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.13
2+
current_version = 0.0.14
33
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
44
serialize =
55
{major}.{minor}.{patch}-{prerelease}+{buildmetadata}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![Release](https://img.shields.io/github/v/release/IBM/cloudant-node-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-node-sdk/releases/latest)
1515
[![Docs](https://img.shields.io/static/v1?label=nodedoc&message=latest&color=blue)](https://ibm.github.io/cloudant-node-sdk/)
1616

17-
# IBM Cloudant Node.js SDK Version 0.0.13
17+
# IBM Cloudant Node.js SDK Version 0.0.14
1818

1919
IBM Cloudant Node.js SDK is a client library that interacts with the
2020
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=node).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-cloud/cloudant",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "IBM Cloudant Node.js SDK",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)