Skip to content

Commit

Permalink
chore(main): release 2.6.1 (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 6, 2022
1 parent 67c5b23 commit 46f5adf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "2.6.1"
}
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.

## [2.6.1](https://github.com/puppeteer/replay/compare/v2.6.0...v2.6.1) (2022-12-06)


### Bug Fixes

* support typescript commonjs modules using moduleresolution nodenext ([#401](https://github.com/puppeteer/replay/issues/401)) ([67c5b23](https://github.com/puppeteer/replay/commit/67c5b234ac2a50568a2611bb321e961e8e3e6894))

## [2.6.0](https://github.com/puppeteer/replay/compare/v2.5.0...v2.6.0) (2022-11-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@puppeteer/replay",
"version": "2.6.0",
"version": "2.6.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/cjs/main.cjs",
"types": "lib/main.d.ts",
"bin": "lib/cli.js",
"exports": {
".": {
"import": {
"import": {
"types": "./lib/main.d.ts",
"default": "./lib/main.js"
},
},
"require": {
"types": "./lib/cjs/main.d.cts",
"default": "./lib/cjs/main.cjs"
Expand Down Expand Up @@ -42,7 +42,7 @@
"lib",
"!lib/**/*.d.ts",
"!lib/**/*.d.ts.map",
"lib/main.d.ts",
"lib/main.d.ts",
"lib/cjs/main.d.cts"
],
"author": "Chrome DevTools authors",
Expand Down

0 comments on commit 46f5adf

Please sign in to comment.