Skip to content

Commit e677090

Browse files
committed
chore: release v0.36.0
1 parent dfdb338 commit e677090

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.36.0] - 2026-08-11
9+
10+
### Added
11+
- Spec-generated additions on the v1 surface (zero breaking changes): new `facebook`, `idealista`, `perplexity` and `account` namespaces, plus previously missing operations (Twitter stream/filter-rule management, ChatGPT/Gemini POST variants, apartments/depop/redfin/zillow detail routes and more). Generated methods return raw dicts/objects until typed models land.
12+
- SDK is now regenerated automatically from the ScrapeBadger OpenAPI spec on every API change; a surface-lock CI check guarantees existing methods never change.
13+
814
## [0.24.2] - 2026-08-03
915

1016
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrapebadger",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "Official Node.js SDK for ScrapeBadger - Async web scraping APIs for Twitter, Google, Vinted, Reddit, and more",
55
"type": "module",
66
"main": "./dist/index.js",

src/internal/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
*
77
* @internal
88
*/
9-
export const SDK_VERSION = "0.33.1";
9+
export const SDK_VERSION = "0.36.0";

0 commit comments

Comments
 (0)