Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 21, 2022
1 parent 4e20805 commit e1ba0c3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 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 @@
{
".": "0.3.1"
".": "0.4.0"
}
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.

## [0.4.0](https://github.com/puppeteer/replay/compare/v0.3.1...v0.4.0) (2022-06-20)


### Features

* allow custom line writers ([#197](https://github.com/puppeteer/replay/issues/197)) ([4c945b5](https://github.com/puppeteer/replay/commit/4c945b56636ab1fc74698b76120518783abc1377))

### [0.3.1](https://github.com/puppeteer/replay/compare/v0.3.0...v0.3.1) (2022-06-13)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#### Defined in

[Runner.ts:67](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L67)
[Runner.ts:61](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L61)

---

Expand Down Expand Up @@ -119,7 +119,7 @@ Stringifes an entire recording. The following hooks are invoked with the `flow`

#### Defined in

[stringify.ts:35](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L35)
[stringify.ts:37](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L37)

---

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

#### Defined in

[stringify.ts:69](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L69)
[stringify.ts:64](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L64)
4 changes: 2 additions & 2 deletions docs/api/classes/Runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#### Defined in

[Runner.ts:35](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L35)
[Runner.ts:34](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L34)

---

Expand All @@ -39,4 +39,4 @@ whether all the steps are run or the execution is aborted

#### Defined in

[Runner.ts:43](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L43)
[Runner.ts:42](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L42)
15 changes: 13 additions & 2 deletions docs/api/interfaces/StringifyOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- [extension](StringifyOptions.md#extension)
- [indentation](StringifyOptions.md#indentation)
- [writer](StringifyOptions.md#writer)

## Properties

Expand All @@ -17,7 +18,7 @@

#### Defined in

[stringify.ts:23](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L23)
[stringify.ts:24](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L24)

---

Expand All @@ -27,4 +28,14 @@

#### Defined in

[stringify.ts:24](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L24)
[stringify.ts:26](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L26)

---

### writer

`Optional` **writer**: [`LineWriter`](LineWriter.md)

#### Defined in

[stringify.ts:25](https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L25)
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": "0.3.1",
"version": "0.4.0",
"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/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit e1ba0c3

Please sign in to comment.