Skip to content

Commit

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


##
[2.10.2](v2.10.1...v2.10.2)
(2023-03-07)


### Bug Fixes

* check selector length
([#481](#481))
([188d198](188d198))

---
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 Mar 7, 2023
1 parent 544121a commit 8db89f7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 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.10.1"
".": "2.10.2"
}
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.10.2](https://github.com/puppeteer/replay/compare/v2.10.1...v2.10.2) (2023-03-07)


### Bug Fixes

* check selector length ([#481](https://github.com/puppeteer/replay/issues/481)) ([188d198](https://github.com/puppeteer/replay/commit/188d1981917d51c17d1936631c8e9575cd7c8b04))

## [2.10.1](https://github.com/puppeteer/replay/compare/v2.10.0...v2.10.1) (2023-02-17)


Expand Down
12 changes: 6 additions & 6 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]

#### Defined in

[SchemaUtils.ts:560](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L560)
[SchemaUtils.ts:563](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L563)

---

Expand All @@ -264,7 +264,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]

#### Defined in

[SchemaUtils.ts:559](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L559)
[SchemaUtils.ts:562](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L562)

---

Expand Down Expand Up @@ -448,7 +448,7 @@ therefore, SelectorType.CSS is the default type if other types didn't match.

#### Defined in

[SchemaUtils.ts:612](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L612)
[SchemaUtils.ts:615](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L615)

---

Expand All @@ -468,7 +468,7 @@ therefore, SelectorType.CSS is the default type if other types didn't match.

#### Defined in

[SchemaUtils.ts:568](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L568)
[SchemaUtils.ts:571](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L571)

---

Expand Down Expand Up @@ -511,7 +511,7 @@ Extracts a source map from a text.

#### Defined in

[SchemaUtils.ts:492](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L492)
[SchemaUtils.ts:495](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L495)

---

Expand Down Expand Up @@ -607,4 +607,4 @@ Stringifes a single step. Only the following hooks are invoked with the `flow` p

#### Defined in

[SchemaUtils.ts:564](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L564)
[SchemaUtils.ts:567](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L567)
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.10.1",
"version": "2.10.2",
"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 8db89f7

Please sign in to comment.