We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d45c5f commit db51696Copy full SHA for db51696
2 files changed
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# Changelog
2
3
4
+## v2.0.0
5
+
6
+[compare changes](https://github.com/nodestycom/node-api-client/compare/v1.0.0...v2.0.0)
7
8
+### 🚀 Enhancements
9
10
+- Update API client structures and services to match latest API spec ([192d07e](https://github.com/nodestycom/node-api-client/commit/192d07e))
11
12
+### 🏡 Chore
13
14
+- Remove renovate ([7d45c5f](https://github.com/nodestycom/node-api-client/commit/7d45c5f))
15
16
+### ❤️ Contributors
17
18
+- Hanzydev <contact@hanzy.dev>
19
20
## v1.0.0
21
22
package.json
@@ -1,6 +1,6 @@
{
"name": "@nodesty/api-client",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "A powerful API client for Nodesty.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments