Skip to content

Commit 82fc217

Browse files
committed
chore(release): v2.0.3
1 parent fbfe60e commit 82fc217

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v2.0.3
5+
6+
[compare changes](https://github.com/nodestycom/node-api-client/compare/v2.0.2...v2.0.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Latest api changes ([e7b7810](https://github.com/nodestycom/node-api-client/commit/e7b7810))
11+
12+
### 🩹 Fixes
13+
14+
- Add missing nullable jsdocs ([a45fc55](https://github.com/nodestycom/node-api-client/commit/a45fc55))
15+
- Update jsdoc nullable annotations for consistency ([fbfe60e](https://github.com/nodestycom/node-api-client/commit/fbfe60e))
16+
17+
### ❤️ Contributors
18+
19+
- Hanzydev <contact@hanzy.dev>
20+
421
## v2.0.2
522

623
[compare changes](https://github.com/nodestycom/node-api-client/compare/v2.0.1...v2.0.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesty/api-client",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A powerful API client for Nodesty.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)