Skip to content

Commit

Permalink
chore: release main (#29)
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 31, 2024
1 parent c951c54 commit d4326b5
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.5.0",
"packages/puppeteer": "1.5.0",
"packages/puppeteer-core": "1.5.0"
".": "1.5.1",
"packages/puppeteer": "1.5.1",
"packages/puppeteer-core": "1.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/KarinJS/puppeteer/compare/root-v1.5.0...root-v1.5.1) (2024-12-31)


### Bug Fixes

* 等待元素超时10秒,以防元素不存在等待过长 ([#28](https://github.com/KarinJS/puppeteer/issues/28)) ([c951c54](https://github.com/KarinJS/puppeteer/commit/c951c54a9f7c425b5da108e7ced5d862688a7ca3))

## [1.5.0](https://github.com/KarinJS/puppeteer/compare/root-v1.4.5...root-v1.5.0) (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.5.0",
"version": "1.5.1",
"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.5.1](https://github.com/KarinJS/puppeteer/compare/puppeteer-core-v1.5.0...puppeteer-core-v1.5.1) (2024-12-31)


### Bug Fixes

* 等待元素超时10秒,以防元素不存在等待过长 ([#28](https://github.com/KarinJS/puppeteer/issues/28)) ([c951c54](https://github.com/KarinJS/puppeteer/commit/c951c54a9f7c425b5da108e7ced5d862688a7ca3))

## [1.5.0](https://github.com/KarinJS/puppeteer/compare/puppeteer-core-v1.4.5...puppeteer-core-v1.5.0) (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.5.0",
"version": "1.5.1",
"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.5.1](https://github.com/KarinJS/puppeteer/compare/puppeteer-v1.5.0...puppeteer-v1.5.1) (2024-12-31)


### Bug Fixes

* 等待元素超时10秒,以防元素不存在等待过长 ([#28](https://github.com/KarinJS/puppeteer/issues/28)) ([c951c54](https://github.com/KarinJS/puppeteer/commit/c951c54a9f7c425b5da108e7ced5d862688a7ca3))

## [1.5.0](https://github.com/KarinJS/puppeteer/compare/puppeteer-v1.4.5...puppeteer-v1.5.0) (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.5.0",
"version": "1.5.1",
"description": "puppeteer for karin plugin",
"keywords": [
"puppeteer",
Expand Down

0 comments on commit d4326b5

Please sign in to comment.