We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6b85b commit d2e8dceCopy full SHA for d2e8dce
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v2.0.4
5
+
6
+[compare changes](https://github.com/nodestycom/node-api-client/compare/v2.0.3...v2.0.4)
7
8
+### 🚀 Enhancements
9
10
+- Latest api changes ([3e6b85b](https://github.com/nodestycom/node-api-client/commit/3e6b85b))
11
12
+### ❤️ Contributors
13
14
+- Hanzydev <contact@hanzy.dev>
15
16
## v2.0.3
17
18
[compare changes](https://github.com/nodestycom/node-api-client/compare/v2.0.2...v2.0.3)
package.json
@@ -1,6 +1,6 @@
{
"name": "@nodesty/api-client",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "A powerful API client for Nodesty.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments