Skip to content

Commit 2bc791c

Browse files
chore(release): 0.1.10
1 parent 086926f commit 2bc791c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [0.1.10](https://github.com/nitrictech/node-sdk/compare/v0.1.9...v0.1.10) (2021-05-25)
6+
7+
8+
### Features
9+
10+
* Add new NitricResponse class for returns. Add new tests and fix broken tests. ([2c6e371](https://github.com/nitrictech/node-sdk/commit/2c6e3719b88b44632afbd7b733edf62a868ed178))
11+
* Add NitricResponse class, and update start method. ([c9dfe28](https://github.com/nitrictech/node-sdk/commit/c9dfe2872b842c5731f23e1355d3718c70686de2))
12+
513
### [0.1.9](https://github.com/nitrictech/node-sdk/compare/v0.1.8...v0.1.9) (2021-05-13)
614

715
### [0.1.8](https://github.com/nitrictech/node-sdk/compare/v0.1.7...v0.1.8) (2021-05-06)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nitric/sdk",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Nitric NodeJS client sdk",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"repository": "https://github.com/nitrictech/node-sdk",

0 commit comments

Comments
 (0)