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