From a2007b806fac33b89092b8bebbc4bbe972de6c76 Mon Sep 17 00:00:00 2001 From: Matic Zavadlal Date: Tue, 19 Aug 2025 18:57:45 +0100 Subject: [PATCH 1/2] perf: Create 1.0.0 Release BREAKING CHANGE: This PR creates a v1 release of the Browser Use Node SDK From d48db7bb078623607585a30c79f83f8b42228501 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:00:51 +0000 Subject: [PATCH 2/2] release: 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1676bd2..d39fddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0 (2025-08-19) + +Full Changelog: [v0.7.0...v1.0.0](https://github.com/browser-use/browser-use-node/compare/v0.7.0...v1.0.0) + +### ⚠ BREAKING CHANGES + +* This PR creates a v1 release of the Browser Use Node SDK + +### Performance Improvements + +* Create 1.0.0 Release ([a2007b8](https://github.com/browser-use/browser-use-node/commit/a2007b806fac33b89092b8bebbc4bbe972de6c76)) + ## 0.7.0 (2025-08-19) Full Changelog: [v0.6.0...v0.7.0](https://github.com/browser-use/browser-use-node/compare/v0.6.0...v0.7.0) diff --git a/package.json b/package.json index 5fe229b..3df189a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-use-sdk", - "version": "0.7.0", + "version": "1.0.0", "description": "The official TypeScript library for the Browser Use API", "author": "Browser Use ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index d9da9f7..bea2896 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.0'; // x-release-please-version +export const VERSION = '1.0.0'; // x-release-please-version