Skip to content

Commit

Permalink
chore(main): release 0.5.1 (#220)
Browse files Browse the repository at this point in the history
* chore(main): release 0.5.1

* chore: generate docs

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 6, 2022
1 parent b5ae757 commit ebfe95f
Show file tree
Hide file tree
Showing 5 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 @@
{
".": "0.5.0"
".": "0.5.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.

## [0.5.1](https://github.com/puppeteer/replay/compare/v0.5.0...v0.5.1) (2022-07-06)


### Bug Fixes

* close browser after run and throw errors ([#211](https://github.com/puppeteer/replay/issues/211)) ([95a1575](https://github.com/puppeteer/replay/commit/95a1575b897ed87ceef39574911ddcc35bd339be))

## [0.5.0](https://github.com/puppeteer/replay/compare/v0.4.0...v0.5.0) (2022-06-22)


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

#### Defined in

[PuppeteerRunnerExtension.ts:37](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L37)
[PuppeteerRunnerExtension.ts:39](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L39)

## Methods

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

#### Defined in

[PuppeteerRunnerExtension.ts:58](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L58)
[PuppeteerRunnerExtension.ts:60](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L60)
6 changes: 3 additions & 3 deletions docs/api/classes/PuppeteerRunnerOwningBrowserExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#### Defined in

[PuppeteerRunnerExtension.ts:37](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L37)
[PuppeteerRunnerExtension.ts:39](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L39)

## Methods

Expand All @@ -61,7 +61,7 @@

#### Defined in

[PuppeteerRunnerExtension.ts:350](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L350)
[PuppeteerRunnerExtension.ts:361](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L361)

---

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

#### Defined in

[PuppeteerRunnerExtension.ts:58](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L58)
[PuppeteerRunnerExtension.ts:60](https://github.com/puppeteer/replay/blob/main/src/PuppeteerRunnerExtension.ts#L60)
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.5.0",
"version": "0.5.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 ebfe95f

Please sign in to comment.