Skip to content

Commit d1c40e9

Browse files
committed
chore(release): v10.4.1
1 parent 6d75d4f commit d1c40e9

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.4.1](https://github.com/microlinkhq/browserless/compare/v10.4.0...v10.4.1) (2024-03-23)
7+
8+
### Bug Fixes
9+
10+
* **screencast:** stop idempotent ([6d75d4f](https://github.com/microlinkhq/browserless/commit/6d75d4f160efaaaa363c9c628385c2b0a1709bfa))
11+
612
# [10.4.0](https://github.com/microlinkhq/browserless/compare/v10.3.0...v10.4.0) (2024-03-19)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "10.4.0",
5+
"version": "10.4.1",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/lighthouse/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.4.1](https://github.com/microlinkhq/browserless/compare/v10.4.0...v10.4.1) (2024-03-23)
7+
8+
**Note:** Version bump only for package @browserless/lighthouse
9+
610
# [10.3.0](https://github.com/microlinkhq/browserless/compare/v10.2.6...v10.3.0) (2024-03-02)
711

812
**Note:** Version bump only for package @browserless/lighthouse

packages/lighthouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/lighthouse",
33
"description": "Browserless Lighthouse integration using puppeteer.",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.3.0",
5+
"version": "10.4.1",
66
"main": "src",
77
"repository": {
88
"type": "git",

packages/screencast/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.4.1](https://github.com/microlinkhq/browserless/compare/v10.4.0...v10.4.1) (2024-03-23)
7+
8+
### Bug Fixes
9+
10+
* **screencast:** stop idempotent ([6d75d4f](https://github.com/microlinkhq/browserless/commit/6d75d4f160efaaaa363c9c628385c2b0a1709bfa))
11+
612
# [10.4.0](https://github.com/microlinkhq/browserless/compare/v10.3.0...v10.4.0) (2024-03-19)
713

814
### Features

packages/screencast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/screencast",
33
"description": "Browserless frame capturing using puppeteer",
44
"homepage": "https://browserless.js.org/#/?id=screencasturl-options",
5-
"version": "10.4.0",
5+
"version": "10.4.1",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)