Skip to content

Commit 9473999

Browse files
chore(main): release 3.1.1 (#861)
🤖 I have created a release *beep* *boop* --- ## [3.1.1](v3.1.0...v3.1.1) (2024-08-25) ### Bug Fixes * do not wait for navigation event in navigate steps ([#859](#859)) ([2e48a56](2e48a56)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b80edca commit 9473999

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "3.1.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.1.1](https://github.com/puppeteer/replay/compare/v3.1.0...v3.1.1) (2024-08-25)
6+
7+
8+
### Bug Fixes
9+
10+
* do not wait for navigation event in navigate steps ([#859](https://github.com/puppeteer/replay/issues/859)) ([2e48a56](https://github.com/puppeteer/replay/commit/2e48a564dd3b720bce1fd8b7e791543b8014b03a))
11+
512
## [3.1.0](https://github.com/puppeteer/replay/compare/v3.0.0...v3.1.0) (2024-08-07)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puppeteer/replay",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Replay is a library which provides an API to replay and stringify recordings created using Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder/)",
55
"main": "lib/cjs/main.cjs",
66
"types": "lib/main.d.ts",

0 commit comments

Comments
 (0)