From 7015ebf479ba209a7259b069555fd07aeef09fb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Mar 2021 23:06:47 +0000 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ada376..15ebf6d9 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.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 e3afc175..52c1f8b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nitric/api", - "version": "0.1.1", + "version": "0.1.2", "description": "Nitric NodeJS client sdk", "author": "Nitric ", "main": "lib/index.js",