Skip to content

Commit

Permalink
chore(release): v0.0.5 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Mar 17, 2022
1 parent 9f33e61 commit 0403b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.0.5](https://github.com/puppeteer/replay/compare/v0.0.4...v0.0.5) (2022-03-17)


### Bug Fixes

* waiting for events should start right before the main step action ([#57](https://github.com/puppeteer/replay/issues/57)) ([9f33e61](https://github.com/puppeteer/replay/commit/9f33e6153464729772be392cabb7b12c00bab330))

### [0.0.4](https://github.com/puppeteer/replay/compare/v0.0.3...v0.0.4) (2022-03-10)


Expand Down
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.0.4",
"version": "0.0.5",
"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 0403b55

Please sign in to comment.