Skip to content

Commit

Permalink
chore(release): v10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 23, 2024
1 parent 6d75d4f commit d1c40e9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.1](https://github.com/microlinkhq/browserless/compare/v10.4.0...v10.4.1) (2024-03-23)

### Bug Fixes

* **screencast:** stop idempotent ([6d75d4f](https://github.com/microlinkhq/browserless/commit/6d75d4f160efaaaa363c9c628385c2b0a1709bfa))

# [10.4.0](https://github.com/microlinkhq/browserless/compare/v10.3.0...v10.4.0) (2024-03-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "10.4.0",
"version": "10.4.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/lighthouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.1](https://github.com/microlinkhq/browserless/compare/v10.4.0...v10.4.1) (2024-03-23)

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

# [10.3.0](https://github.com/microlinkhq/browserless/compare/v10.2.6...v10.3.0) (2024-03-02)

**Note:** Version bump only for package @browserless/lighthouse
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/lighthouse",
"description": "Browserless Lighthouse integration using puppeteer.",
"homepage": "https://browserless.js.org",
"version": "10.3.0",
"version": "10.4.1",
"main": "src",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/screencast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.4.1](https://github.com/microlinkhq/browserless/compare/v10.4.0...v10.4.1) (2024-03-23)

### Bug Fixes

* **screencast:** stop idempotent ([6d75d4f](https://github.com/microlinkhq/browserless/commit/6d75d4f160efaaaa363c9c628385c2b0a1709bfa))

# [10.4.0](https://github.com/microlinkhq/browserless/compare/v10.3.0...v10.4.0) (2024-03-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/screencast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/screencast",
"description": "Browserless frame capturing using puppeteer",
"homepage": "https://browserless.js.org/#/?id=screencasturl-options",
"version": "10.4.0",
"version": "10.4.1",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit d1c40e9

Please sign in to comment.