Skip to content

Commit

Permalink
chore(release): v0.3.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Jun 13, 2022
1 parent 5f3e390 commit 11d33e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.3.1](https://github.com/puppeteer/replay/compare/v0.3.0...v0.3.1) (2022-06-13)


### Bug Fixes

* add `cjs` files to package.json files ([#177](https://github.com/puppeteer/replay/issues/177)) ([da90137](https://github.com/puppeteer/replay/commit/da901376f4a164a2567e8e966a6599053b679e36))
* add hover to schema parser ([#182](https://github.com/puppeteer/replay/issues/182)) ([5f3e390](https://github.com/puppeteer/replay/commit/5f3e3901f2a2cfb3bb2e4e25106faed6ab735541))

## [0.3.0](https://github.com/puppeteer/replay/compare/v0.2.0...v0.3.0) (2022-06-09)


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

#### Defined in

[SchemaUtils.ts:518](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L518)
[SchemaUtils.ts:528](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L528)

___

Expand All @@ -90,7 +90,7 @@ ___

#### Defined in

[SchemaUtils.ts:444](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L444)
[SchemaUtils.ts:452](https://github.com/puppeteer/replay/blob/main/src/SchemaUtils.ts#L452)

___

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.3.0",
"version": "0.3.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/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 11d33e5

Please sign in to comment.