Skip to content

Commit 033ac52

Browse files
chore(release): 1.6.0
1 parent 02f98c2 commit 033ac52

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.6.0](https://github.com/scrapeless-ai/sdk-node/compare/v1.5.1...v1.6.0) (2025-07-03)
6+
7+
### ✨ Features
8+
9+
- implement dataset, kv, object and queue local storage services ([150a35b](https://github.com/scrapeless-ai/sdk-node/commit/150a35be1b376f15afaf517e0f4e25278014e047))
10+
- implement local storage service and update related functionalities ([43d648b](https://github.com/scrapeless-ai/sdk-node/commit/43d648b00e3bef783fc726a1a55140e0f983dfd3))
11+
512
### [1.5.1](https://github.com/scrapeless-ai/sdk-node/compare/v1.5.0...v1.5.1) (2025-06-26)
613

714
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scrapeless-ai/sdk",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Node SDK for Scrapeless AI",
55
"author": "Scrapeless AI",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)