Skip to content

Commit

Permalink
chore: release v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Oct 4, 2024
1 parent bf13769 commit 43fc271
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
## [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

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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)

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": "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",
Expand Down

0 comments on commit 43fc271

Please sign in to comment.