Skip to content

Commit

Permalink
chore(main): release 2.11.1 (#527)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.11.1](v2.11.0...v2.11.1)
(2023-05-16)


### Bug Fixes

* use `count` for double click
([#524](#524))
([f64a501](f64a501))

---
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>
  • Loading branch information
release-please[bot] authored May 16, 2023
1 parent 7b093b5 commit dfafee8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.0"
".": "2.11.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [2.11.1](https://github.com/puppeteer/replay/compare/v2.11.0...v2.11.1) (2023-05-16)


### Bug Fixes

* use `count` for double click ([#524](https://github.com/puppeteer/replay/issues/524)) ([f64a501](https://github.com/puppeteer/replay/commit/f64a501b1f9a2d6236a15c6426049449396490dd))

## [2.11.0](https://github.com/puppeteer/replay/compare/v2.10.2...v2.11.0) (2023-04-20)


Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/PuppeteerRunnerOwningBrowserExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

#### Defined in

[PuppeteerRunnerExtension.ts:380](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L380)
[PuppeteerRunnerExtension.ts:373](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L373)

---

Expand Down
4 changes: 2 additions & 2 deletions docs/api/classes/PuppeteerStringifyExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

#### Defined in

[PuppeteerStringifyExtension.ts:61](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L61)
[PuppeteerStringifyExtension.ts:63](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L63)

---

Expand Down Expand Up @@ -160,4 +160,4 @@

#### Defined in

[PuppeteerStringifyExtension.ts:74](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L74)
[PuppeteerStringifyExtension.ts:76](https://github.com/puppeteer/replay/blob/main/src/PuppeteerStringifyExtension.ts#L76)
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puppeteer/replay",
"version": "2.11.0",
"version": "2.11.1",
"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/)",
"main": "lib/cjs/main.cjs",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit dfafee8

Please sign in to comment.