Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 27, 2022
1 parent d920654 commit f022f15
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 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 @@
{
".": "1.3.2"
".": "2.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.0.0](https://github.com/puppeteer/replay/compare/v1.3.2...v2.0.0) (2022-10-27)


### ⚠ BREAKING CHANGES

* the user flow parameter in the runner extensions is now optional

### Features

* expose runner APIs for running individual steps ([#215](https://github.com/puppeteer/replay/issues/215)) ([4ef380d](https://github.com/puppeteer/replay/commit/4ef380d2553552b4021d922dae65fc6a278c1220))


### Bug Fixes

* align typing behaviour between runner and stringifier ([#342](https://github.com/puppeteer/replay/issues/342)) ([50aae4a](https://github.com/puppeteer/replay/commit/50aae4a00e873bbb84e4abdc510fa890636b73f1))
* allow specifying no flow when creating a runner ([#354](https://github.com/puppeteer/replay/issues/354)) ([d920654](https://github.com/puppeteer/replay/commit/d920654620da3f5984c41e709016b5fa641b8f20))

## [1.3.2](https://github.com/puppeteer/replay/compare/v1.3.1...v1.3.2) (2022-10-21)


Expand Down
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": "1.3.2",
"version": "2.0.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/cjs/main.cjs",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit f022f15

Please sign in to comment.