Skip to content

Commit

Permalink
v8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 8, 2023
1 parent 7d8d10c commit e9620e4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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.

## [8.0.4](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.3...v8.0.4) (2023-03-08)


### Bug Fixes

* fix preset export ([7d8d10c](https://github.com/argos-ci/jest-puppeteer/commit/7d8d10c4cbaeb5e2c6ac7eeceb2a0b73f78b453d)), closes [#532](https://github.com/argos-ci/jest-puppeteer/issues/532)





## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"version": "8.0.3",
"version": "8.0.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion 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-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.

## [8.0.4](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.3...v8.0.4) (2023-03-08)


### Bug Fixes

* fix preset export ([7d8d10c](https://github.com/argos-ci/jest-puppeteer/commit/7d8d10c4cbaeb5e2c6ac7eeceb2a0b73f78b453d)), closes [#532](https://github.com/argos-ci/jest-puppeteer/issues/532)





## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion 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": "8.0.3",
"version": "8.0.4",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e9620e4

Please sign in to comment.