diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefaab..8d7e5f136 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3348eca16..d0312a2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.0.0...chromium-bidi-v1.0.1) (2025-01-17) + + +### Bug Fixes + +* multi headers reporting incorrectly ([#2987](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2987)) ([0e58eb7](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0e58eb7d43b859b477686aedde6125169b0f14ad)) + ## [1.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.12.0...chromium-bidi-v1.0.0) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 488bfc1cc..a54e88e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chromium-bidi", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chromium-bidi", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "mitt": "3.0.1", diff --git a/package.json b/package.json index a688bd9dc..e664f9750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromium-bidi", - "version": "1.0.0", + "version": "1.0.1", "description": "An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.", "scripts": { "build": "wireit",