From eb4a34c7c8ff207139e80d59aeb4b7124dcfafa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Mar 2021 04:16:29 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad409ed..f2ada376 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.1](https://github.com/nitrictech/node-sdk/compare/v0.1.0...v0.1.1) (2021-03-25) + + +### Features + +* Rework to simplify node faas entrypoint. ([9390657](https://github.com/nitrictech/node-sdk/commit/9390657cd6aa078ee3d7e356beb2b97d7b7422d2)) + ## [0.1.0](https://github.com/nitrictech/node-sdk/compare/v0.0.1...v0.1.0) (2021-02-26) diff --git a/package.json b/package.json index 2eb08825..e3afc175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nitric/api", - "version": "0.1.0", + "version": "0.1.1", "description": "Nitric NodeJS client sdk", "author": "Nitric ", "main": "lib/index.js",