From 11d33e5439d98c6f248bf6f6c0b27043936d67a1 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 13 Jun 2022 16:06:44 +0200 Subject: [PATCH] chore(release): v0.3.1 (#186) --- CHANGELOG.md | 8 ++++++++ docs/api/README.md | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e47d3f..872ce9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/api/README.md b/docs/api/README.md index 7094ae7a..d83d6b4e 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -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) ___ @@ -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) ___ diff --git a/package.json b/package.json index 3254280d..9e56649c 100644 --- a/package.json +++ b/package.json @@ -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",