Skip to content

Commit c4d297b

Browse files
João Netonetoax
João Neto
authored andcommitted
Bump to v1.0.0
1 parent 0e8d274 commit c4d297b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# [1.0.0](https://github.com/CESARBR/knot-cloud-sdk-js/compare/2ae6553...v1.0.0)
2+
3+
### Features
4+
5+
- Export libraries to interact with KNoT Cloud components:
6+
- [WebSocket client](https://github.com/CESARBR/knot-cloud-websocket)
7+
- [Authenticator](https://github.com/CESARBR/knot-cloud-sdk-js-authenticator)
8+
- [Storage](https://github.com/CESARBR/knot-cloud-sdk-js-storage)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesarbr/knot-cloud-sdk-js",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "KNoT Cloud SDK for NodeJS and browser",
55
"main": "./dist/main.js",
66
"module": "./dist/module.mjs",

0 commit comments

Comments
 (0)