Skip to content

Commit

Permalink
chore: release main (#26)
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 d0c11d5 commit 0c05351
Show file tree
Hide file tree
Showing 7 changed files with 27 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.4",
"packages/puppeteer": "1.4.4",
"packages/puppeteer-core": "1.4.4"
".": "1.4.5",
"packages/puppeteer": "1.4.5",
"packages/puppeteer-core": "1.4.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* 改进超时错误信息格式,增加详细选项信息 ([d0c11d5](https://github.com/KarinJS/puppeteer/commit/d0c11d5d182538e0aef1fffe441ee2c1a689589c))

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


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.4",
"version": "1.4.5",
"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.5](https://github.com/KarinJS/puppeteer/compare/puppeteer-core-v1.4.4...puppeteer-core-v1.4.5) (2024-12-30)


### Bug Fixes

* 改进超时错误信息格式,增加详细选项信息 ([d0c11d5](https://github.com/KarinJS/puppeteer/commit/d0c11d5d182538e0aef1fffe441ee2c1a689589c))

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


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.4",
"version": "1.4.5",
"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.5](https://github.com/KarinJS/puppeteer/compare/puppeteer-v1.4.4...puppeteer-v1.4.5) (2024-12-30)


### Bug Fixes

* 改进超时错误信息格式,增加详细选项信息 ([d0c11d5](https://github.com/KarinJS/puppeteer/commit/d0c11d5d182538e0aef1fffe441ee2c1a689589c))

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


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.4",
"version": "1.4.5",
"description": "puppeteer for karin plugin",
"keywords": [
"puppeteer",
Expand Down

0 comments on commit 0c05351

Please sign in to comment.