Skip to content

Commit db51696

Browse files
committed
chore(release): v2.0.0
1 parent 7d45c5f commit db51696

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

33

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+
420
## v1.0.0
521

622

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A powerful API client for Nodesty.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)