From 84a8eb9cc2f65bb16843042ee91ba83b3e9a47b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Apr 2021 02:05:12 +0000 Subject: [PATCH] chore(release): 0.1.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361707f1..6b944998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://github.com/nitrictech/node-sdk/compare/v0.1.5...v0.1.6) (2021-04-09) + + +### Features + +* Remove request id generation from the SDK. ([ecd170c](https://github.com/nitrictech/node-sdk/commit/ecd170c9f4b0cdd7a0ef2e9fd9680b2f8683a4d0)) + ### [0.1.5](https://github.com/nitrictech/node-sdk/compare/v0.1.4...v0.1.5) (2021-04-07) diff --git a/package.json b/package.json index 5237af07..6086c69b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nitric/sdk", - "version": "0.1.5", + "version": "0.1.6", "description": "Nitric NodeJS client sdk", "author": "Nitric ", "main": "lib/index.js",