Skip to content

Commit 04d30a0

Browse files
chore(main): release 2.13.1 (#608)
🤖 I have created a release *beep* *boop* --- ## [2.13.1](v2.13.0...v2.13.1) (2023-07-12) ### Bug Fixes * bumps version for Node and TS target ([#607](#607)) ([3d243e4](3d243e4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3d243e4 commit 04d30a0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.13.0"
2+
".": "2.13.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.13.1](https://github.com/puppeteer/replay/compare/v2.13.0...v2.13.1) (2023-07-12)
6+
7+
8+
### Bug Fixes
9+
10+
* bumps version for Node and TS target ([#607](https://github.com/puppeteer/replay/issues/607)) ([3d243e4](https://github.com/puppeteer/replay/commit/3d243e43d0ac93f1583a808bc6c05fb924e05efb))
11+
512
## [2.13.0](https://github.com/puppeteer/replay/compare/v2.12.3...v2.13.0) (2023-07-10)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puppeteer/replay",
3-
"version": "2.13.0",
3+
"version": "2.13.1",
44
"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/)",
55
"main": "lib/cjs/main.cjs",
66
"types": "lib/main.d.ts",

0 commit comments

Comments
 (0)