Skip to content

Commit

Permalink
chore: release main (#30)
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 a360214 commit 2268adb
Show file tree
Hide file tree
Showing 7 changed files with 29 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.1",
"packages/puppeteer": "1.5.1",
"packages/puppeteer-core": "1.5.1"
".": "1.6.0",
"packages/puppeteer": "1.6.0",
"packages/puppeteer-core": "1.6.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* 更新静态文件处理接口,添加鉴权和请求验证逻辑 ([a360214](https://github.com/KarinJS/puppeteer/commit/a360214efd9f97849918eb9b95f9efaef92e6735))
* 添加静态文件处理接口,更新截图参数类型,优化模板渲染逻辑 ([0ea1e82](https://github.com/KarinJS/puppeteer/commit/0ea1e826e8460396d40215a47a32fab7698b4667))

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


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.1",
"version": "1.6.0",
"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.6.0](https://github.com/KarinJS/puppeteer/compare/puppeteer-core-v1.5.1...puppeteer-core-v1.6.0) (2024-12-31)


### Features

* 添加静态文件处理接口,更新截图参数类型,优化模板渲染逻辑 ([0ea1e82](https://github.com/KarinJS/puppeteer/commit/0ea1e826e8460396d40215a47a32fab7698b4667))

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


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.1",
"version": "1.6.0",
"description": "轻量·高效·易用的 Puppeteer 截图、视频生成工具",
"keywords": [
"puppeteer",
Expand Down
8 changes: 8 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* 更新静态文件处理接口,添加鉴权和请求验证逻辑 ([a360214](https://github.com/KarinJS/puppeteer/commit/a360214efd9f97849918eb9b95f9efaef92e6735))
* 添加静态文件处理接口,更新截图参数类型,优化模板渲染逻辑 ([0ea1e82](https://github.com/KarinJS/puppeteer/commit/0ea1e826e8460396d40215a47a32fab7698b4667))

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


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

0 comments on commit 2268adb

Please sign in to comment.