Skip to content

Commit

Permalink
chore(release): 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2021
1 parent 3b72cc5 commit d38e6c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.7](https://github.com/nitrictech/node-sdk/compare/v0.1.6...v0.1.7) (2021-05-06)


### Features

* Add license header checks for source files. ([2b1dc88](https://github.com/nitrictech/node-sdk/commit/2b1dc88646f653dbcb0245197aad034df9247954))
* Enhance error handling and enable a debug mode. ([78f6fdc](https://github.com/nitrictech/node-sdk/commit/78f6fdc87876ce06afbf4752c7de9e6eb5ca2130))


### Bug Fixes

* Allow undefined responses, and add better debugging when debug env is enabled. ([5ecf1e1](https://github.com/nitrictech/node-sdk/commit/5ecf1e17829bfde80acda3134f76c74e49334b38))

### [0.1.6](https://github.com/nitrictech/node-sdk/compare/v0.1.5...v0.1.6) (2021-04-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitric/sdk",
"version": "0.1.6",
"version": "0.1.7",
"description": "Nitric NodeJS client sdk",
"author": "Nitric <https://github.com/nitric-dev>",
"main": "lib/index.js",
Expand Down

0 comments on commit d38e6c7

Please sign in to comment.