From 847b80796d0f428921ca707b1312460f007d7cd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Apr 2021 06:02:47 +0000 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ebf6d9..51a664a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.3](https://github.com/nitrictech/node-sdk/compare/v0.1.2...v0.1.3) (2021-04-01) + ### [0.1.2](https://github.com/nitrictech/node-sdk/compare/v0.1.1...v0.1.2) (2021-03-25) ### [0.1.1](https://github.com/nitrictech/node-sdk/compare/v0.1.0...v0.1.1) (2021-03-25) diff --git a/package.json b/package.json index f5426c9c..9fccca3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nitric/sdk", - "version": "0.1.2", + "version": "0.1.3", "description": "Nitric NodeJS client sdk", "author": "Nitric ", "main": "lib/index.js",