From 0dea7cbac68116d71c76cf1d18c9b4d3d2b245d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:06:48 +0800 Subject: [PATCH] chore(main): release 1.3.0 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58da0cd..3f1d375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/KarinJS/puppeteer-core/compare/v1.2.1...v1.3.0) (2024-12-27) + + +### Features + +* 添加实验性功能以模拟0毫秒的waitUntil并支持直接传参html字符串 ([1bef5f3](https://github.com/KarinJS/puppeteer-core/commit/1bef5f34709c119c7f6b9d32ae886d5b046b4f2b)) + + +### Bug Fixes + +* eslint.config.js => eslint.config.mjs ([aa502fc](https://github.com/KarinJS/puppeteer-core/commit/aa502fce2d6f6050b4267a4104e5de15b099ba30)) + ## [1.2.1](https://github.com/KarinJS/puppeteer-core/compare/v1.2.0...v1.2.1) (2024-12-09) diff --git a/package.json b/package.json index e8aeb3e..63824cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karinjs/puppeteer-core", - "version": "1.2.1", + "version": "1.3.0", "description": "轻量·高效·易用的 Puppeteer 截图、视频生成工具", "keywords": [ "puppeteer",