Skip to content

Commit 65e93ad

Browse files
committed
chore(release): v2.0.2
1 parent 31a7d1c commit 65e93ad

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.2
5+
6+
[compare changes](https://github.com/nodestycom/node-api-client/compare/v2.0.1...v2.0.2)
7+
8+
### 🩹 Fixes
9+
10+
- Correct API response type for MailHostingApiService.getDetails method ([31a7d1c](https://github.com/nodestycom/node-api-client/commit/31a7d1c))
11+
12+
### 💅 Refactors
13+
14+
- Simplify API fetch calls by removing unnecessary method specifications ([e29043f](https://github.com/nodestycom/node-api-client/commit/e29043f))
15+
16+
### ❤️ Contributors
17+
18+
- Hanzydev <contact@hanzy.dev>
19+
420
## v2.0.1
521

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

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

0 commit comments

Comments
 (0)