Skip to content

Commit 55f7c25

Browse files
chore(main): release 2.12.1 (#591)
🤖 I have created a release *beep* *boop* --- ## [2.12.1](v2.12.0...v2.12.1) (2023-07-04) ### Bug Fixes * bundle cssesc to be used in the browser ([#590](#590)) ([1d79942](1d79942)) --- 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 1d79942 commit 55f7c25

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.12.0"
2+
".": "2.12.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.12.1](https://github.com/puppeteer/replay/compare/v2.12.0...v2.12.1) (2023-07-04)
6+
7+
8+
### Bug Fixes
9+
10+
* bundle cssesc to be used in the browser ([#590](https://github.com/puppeteer/replay/issues/590)) ([1d79942](https://github.com/puppeteer/replay/commit/1d7994219f3bd967b5e71c1dceff2beb120bc10b))
11+
512
## [2.12.0](https://github.com/puppeteer/replay/compare/v2.11.2...v2.12.0) (2023-07-04)
613

714

package-lock.json

Lines changed: 1 addition & 1 deletion
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.12.0",
3+
"version": "2.12.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)