Skip to content

Commit c3262d7

Browse files
committed
chore(release): 3.0.6
1 parent 257ad0f commit c3262d7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
### [3.0.6](https://github.com/prasanaworld/puppeteer-screen-recorder/compare/v3.0.5...v3.0.6) (2024-10-27)
6+
57
### [3.0.5](https://github.com/prasanaworld/puppeteer-screen-recorder/compare/v3.0.4...v3.0.5) (2024-08-04)
68

79
### [3.0.4](https://github.com/prasanaworld/puppeteer-screen-recorder/compare/v3.0.3...v3.0.4) (2024-08-04)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-screen-recorder",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -139,7 +139,7 @@
139139
"CHANGELOG.md",
140140
"LICENSE",
141141
"README.md"
142-
],
142+
],
143143
"config": {
144144
"commitizen": {
145145
"path": "cz-conventional-changelog"

0 commit comments

Comments
 (0)