Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 15, 2024
1 parent 6897b22 commit 36128ed
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.0...v10.0.1) (2024-02-15)


### Bug Fixes

* fix `WORKERS_COUNT` not found ([#578](https://github.com/argos-ci/jest-puppeteer/issues/578)) ([6897b22](https://github.com/argos-ci/jest-puppeteer/commit/6897b2225ad3567c322913864ae97267beae4922))





# [10.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "10.0.0",
"version": "10.0.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/jest-environment-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.0...v10.0.1) (2024-02-15)


### Bug Fixes

* fix `WORKERS_COUNT` not found ([#578](https://github.com/argos-ci/jest-puppeteer/issues/578)) ([6897b22](https://github.com/argos-ci/jest-puppeteer/commit/6897b2225ad3567c322913864ae97267beae4922))





# [10.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-environment-puppeteer",
"description": "Puppeteer environment for Jest.",
"version": "10.0.0",
"version": "10.0.1",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.0...v10.0.1) (2024-02-15)

**Note:** Version bump only for package jest-puppeteer





# [10.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)

**Note:** Version bump only for package jest-puppeteer
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-puppeteer",
"description": "Run your tests using Jest & Puppeteer.",
"version": "10.0.0",
"version": "10.0.1",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"expect-puppeteer": "^10.0.0",
"jest-environment-puppeteer": "^10.0.0"
"jest-environment-puppeteer": "^10.0.1"
},
"devDependencies": {
"rollup": "^4.5.0",
Expand Down

0 comments on commit 36128ed

Please sign in to comment.