Skip to content

Commit

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


##
[2.12.3](v2.12.2...v2.12.3)
(2023-07-07)


### Bug Fixes

* remove overescaping
([#598](#598))
([f3a96ac](f3a96ac))

---
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 Jul 7, 2023
1 parent f3a96ac commit b95ff12
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 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.12.2"
".": "2.12.3"
}
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.12.3](https://github.com/puppeteer/replay/compare/v2.12.2...v2.12.3) (2023-07-07)


### Bug Fixes

* remove overescaping ([#598](https://github.com/puppeteer/replay/issues/598)) ([f3a96ac](https://github.com/puppeteer/replay/commit/f3a96ac3fed0300778cc39885b6fc87728921261))

## [2.12.2](https://github.com/puppeteer/replay/compare/v2.12.1...v2.12.2) (2023-07-07)


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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

[SchemaUtils.ts:71](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L71)
[SchemaUtils.ts:70](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L70)

---

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

#### Defined in

[SchemaUtils.ts:65](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L65)
[SchemaUtils.ts:64](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L64)

---

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

#### Defined in

[SchemaUtils.ts:54](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L54)
[SchemaUtils.ts:53](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L53)

## Functions

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

#### Defined in

[SchemaUtils.ts:49](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L49)
[SchemaUtils.ts:48](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L48)

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -538,7 +538,7 @@ https://pptr.dev/guides/query-selectors#p-elements

#### Defined in

[SchemaUtils.ts:630](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L630)
[SchemaUtils.ts:629](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L629)

---

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

#### Defined in

[SchemaUtils.ts:568](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L568)
[SchemaUtils.ts:567](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L567)
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.

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.12.2",
"version": "2.12.3",
"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 b95ff12

Please sign in to comment.