Skip to content

Commit 8db89f7

Browse files
chore(main): release 2.10.2 (#482)
🤖 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>
1 parent 544121a commit 8db89f7

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.1"
2+
".": "2.10.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [2.10.2](https://github.com/puppeteer/replay/compare/v2.10.1...v2.10.2) (2023-03-07)
6+
7+
8+
### Bug Fixes
9+
10+
* check selector length ([#481](https://github.com/puppeteer/replay/issues/481)) ([188d198](https://github.com/puppeteer/replay/commit/188d1981917d51c17d1936631c8e9575cd7c8b04))
11+
512
## [2.10.1](https://github.com/puppeteer/replay/compare/v2.10.0...v2.10.1) (2023-02-17)
613

714

docs/api/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]
254254

255255
#### Defined in
256256

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

259259
---
260260

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

265265
#### Defined in
266266

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

269269
---
270270

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

449449
#### Defined in
450450

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

453453
---
454454

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

469469
#### Defined in
470470

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

473473
---
474474

@@ -511,7 +511,7 @@ Extracts a source map from a text.
511511

512512
#### Defined in
513513

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

516516
---
517517

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

608608
#### Defined in
609609

610-
[SchemaUtils.ts:564](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L564)
610+
[SchemaUtils.ts:567](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L567)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puppeteer/replay",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
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)