Skip to content

Commit

Permalink
chore(release): v0.0.2 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Mar 1, 2022
1 parent 6caa57a commit dbf75f2
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.2](https://github.com/puppeteer/replay/compare/v0.0.1...v0.0.2) (2022-03-01)


### Features

* emulate automation mode ([#35](https://github.com/puppeteer/replay/issues/35)) ([6caa57a](https://github.com/puppeteer/replay/commit/6caa57a2d71a7fdcec7c0406c6e808ccd95376ad))

### 0.0.1 (2022-02-22)


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.1",
"version": "0.0.2",
"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 dbf75f2

Please sign in to comment.