Skip to content

Commit 4e42bbc

Browse files
author
Thordata
committed
chore: align js-sdk versioning with python baseline
1 parent e4dbcab commit 4e42bbc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5-
## [2.1.0] - 2026-02-02
5+
## [0.3.0] - 2026-02-02
66

77
### Added
88

@@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file.
3737
- **Proxy Namespace**: `thordata.proxy.request()` now uses the new `proxyRequest` method internally for consistent handling.
3838
- **Type Exports**: Added `BrowserNamespace` and `ProxyRequestConfig` to public exports.
3939

40-
## [2.1.1] - 2026-02-24
40+
## [0.3.1] - 2026-02-24
4141

4242
### Fixed
4343

@@ -52,7 +52,7 @@ All notable changes to this project will be documented in this file.
5252
- **CI workflows**: removed submodule checkout since the repository no longer uses git submodules.
5353
- **Repo cleanup**: removed internal verification scripts, redundant examples, and legacy debug artifacts to keep the repo minimal.
5454

55-
## [2.0.0] - 2026-01-30
55+
## [0.2.0] - 2026-01-30
5656

5757
### Changed (Breaking)
5858

@@ -73,7 +73,7 @@ All notable changes to this project will be documented in this file.
7373
- `client.serp.google.search/news/maps/flights(...)`
7474
- `client.serp.bing.search/news(...)`
7575

76-
## [1.1.0] - 2026-01-06
76+
## [0.1.1] - 2026-01-06
7777

7878
### Added
7979
- **Proxy Expiration**: Added `getProxyExpiration` method to check proxy validity.
@@ -85,7 +85,7 @@ All notable changes to this project will be documented in this file.
8585
- **Dependencies**: Moved `http-proxy-agent` and `https-proxy-agent` to `dependencies` to ensure proxies work out-of-the-box.
8686
- **Linting**: Fixed unused variables and tightened TypeScript checks.
8787

88-
## [1.0.1] - 2026-01-05
88+
## [0.1.0] - 2026-01-05
8989

9090
### Added
9191

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@thordata/js-sdk",
4-
"version": "2.1.1",
4+
"version": "0.3.1",
55
"description": "Official Node.js/TypeScript SDK for Thordata (SERP, Web Unlocker, Web Scraper Tasks, Public API).",
66
"main": "./dist/src/index.js",
77
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)