diff --git a/CHANGELOG.md b/CHANGELOG.md index 2518fabe..d248b283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## [3.8.0](https://github.com/cherfia/chromiumly/compare/v3.7.0...v3.8.0) (2024-10-01) +## [3.8.1](https://github.com/cherfia/chromiumly/compare/v3.8.0...v3.8.1) (2024-10-04) -### Features +### Bug Fixes -- update skipNetworkIdleEvent default value ([9f5a53d](https://github.com/cherfia/chromiumly/commit/9f5a53d0fa3db5a333b52ae724bb5c9fbce389f8)) +- **pdf-engines:** resolve issue with PDF Engines conversion route ([208fb89](https://github.com/cherfia/chromiumly/commit/208fb895aa5d6d795ddd41ff28048a80c06e99f6)) ### Changelog @@ -10,11 +10,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.8.1](https://github.com/cherfia/chromiumly/compare/v3.8.0...v3.8.1) + +- chore(deps): update dependency @babel/preset-typescript to v7.25.7 [`a35ee78`](https://github.com/cherfia/chromiumly/commit/a35ee786843d038fd81949a147032e14bf6c8602) +- chore(deps): update typescript-eslint monorepo to v8.8.0 [`818d3d2`](https://github.com/cherfia/chromiumly/commit/818d3d29b8e7c079e50706101fb4ecdf9cae9a73) +- chore(pdf-engines): assert at least pdfa or pdfUA is provided [`bf13769`](https://github.com/cherfia/chromiumly/commit/bf137697eac4ec9cc021acae8bb9614733e54797) + #### [v3.8.0](https://github.com/cherfia/chromiumly/compare/v3.7.0...v3.8.0) +> 1 October 2024 + - feat: update skipNetworkIdleEvent default value [`9f5a53d`](https://github.com/cherfia/chromiumly/commit/9f5a53d0fa3db5a333b52ae724bb5c9fbce389f8) - chore(deps): update dependency commitizen to v4.3.1 [`25ef1a0`](https://github.com/cherfia/chromiumly/commit/25ef1a09fa008e5ee36f11c6bfb1c716907e4464) -- chore(deps): update dependency @types/node to v20.16.10 [`2eb91cf`](https://github.com/cherfia/chromiumly/commit/2eb91cfac80f7d505c3bc79a3ff4add019f5ba43) +- chore: release v3.8.0 [`0e40ece`](https://github.com/cherfia/chromiumly/commit/0e40ece3a5865320e3453f60989a6ac610bfc748) #### [v3.7.0](https://github.com/cherfia/chromiumly/compare/v3.6.2...v3.7.0) diff --git a/package.json b/package.json index b99b20cc..6a3b974c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromiumly", - "version": "3.8.0", + "version": "3.8.1", "description": "A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.", "main": "dist/main.js", "types": "dist/main.d.ts",