Skip to content

Commit

Permalink
chore: release main (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
1 parent 0b54aef commit 5b5da08
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.4.3",
"packages/puppeteer": "1.4.3",
"packages/puppeteer-core": "1.4.3"
".": "1.4.4",
"packages/puppeteer": "1.4.4",
"packages/puppeteer-core": "1.4.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.4](https://github.com/KarinJS/puppeteer/compare/root-v1.4.3...root-v1.4.4) (2024-12-30)


### Bug Fixes

* sync ([6f007b1](https://github.com/KarinJS/puppeteer/commit/6f007b19f1745ff6422631b28e0c63daa6fa1afc))
* 支持超时截图设置 ([0b54aef](https://github.com/KarinJS/puppeteer/commit/0b54aefb3b150904bb7ab08c3dac17b6d3c0fdfc))

## [1.4.3](https://github.com/KarinJS/puppeteer/compare/root-v1.4.2...root-v1.4.3) (2024-12-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@karinjs/puppeteer-repo",
"version": "1.4.3",
"version": "1.4.4",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/puppeteer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.4](https://github.com/KarinJS/puppeteer/compare/puppeteer-core-v1.4.3...puppeteer-core-v1.4.4) (2024-12-30)


### Bug Fixes

* 支持超时截图设置 ([0b54aef](https://github.com/KarinJS/puppeteer/commit/0b54aefb3b150904bb7ab08c3dac17b6d3c0fdfc))

## [1.4.3](https://github.com/KarinJS/puppeteer/compare/puppeteer-core-v1.4.2...puppeteer-core-v1.4.3) (2024-12-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@karinjs/puppeteer-core",
"version": "1.4.3",
"version": "1.4.4",
"description": "轻量·高效·易用的 Puppeteer 截图、视频生成工具",
"keywords": [
"puppeteer",
Expand Down
7 changes: 7 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.4](https://github.com/KarinJS/puppeteer/compare/puppeteer-v1.4.3...puppeteer-v1.4.4) (2024-12-30)


### Bug Fixes

* sync ([6f007b1](https://github.com/KarinJS/puppeteer/commit/6f007b19f1745ff6422631b28e0c63daa6fa1afc))

## [1.4.3](https://github.com/KarinJS/puppeteer/compare/puppeteer-v1.4.2...puppeteer-v1.4.3) (2024-12-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@karinjs/puppeteer",
"version": "1.4.3",
"version": "1.4.4",
"description": "puppeteer for karin plugin",
"keywords": [
"puppeteer",
Expand Down

0 comments on commit 5b5da08

Please sign in to comment.