Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2020
1 parent ec29048 commit 8094d0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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.0.1 (2020-11-24)


### Features

* Add typings for functions and requests. ([0c38820](https://github.com/nitric-dev/node-sdk/commit/0c38820cedd6f3047a235a072c21ecc43a995a70))
* More idiomatic interfaces. ([79a37e4](https://github.com/nitric-dev/node-sdk/commit/79a37e45732ff58666619866ffedb30c84b0efee))
* WIP DocumentsClient implementation. ([5e6cd96](https://github.com/nitric-dev/node-sdk/commit/5e6cd96431f22bc785bd4d61a4540c50a8f673e7))
* WIP idiomatic nitric SDK for NodeJS. ([0ed9c62](https://github.com/nitric-dev/node-sdk/commit/0ed9c62b8b8be5883017722ad246d077e4bde35f))


### Bug Fixes

* Update contracts submodule. ([e3beca2](https://github.com/nitric-dev/node-sdk/commit/e3beca24d8d069d96466b80c5f37166f10d01bf9))
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.0.0",
"version": "0.0.1",
"description": "Nitric NodeJS client sdk",
"author": "Nitric <https://github.com/nitric-dev>",
"main": "lib/index.js",
Expand Down

0 comments on commit 8094d0d

Please sign in to comment.