Skip to content

Commit

Permalink
chore: release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jul 11, 2024
1 parent 916ddf5 commit 747aea8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
## [3.5.0](https://github.com/cherfia/chromiumly/compare/v3.4.0...v3.5.0) (2024-07-04)
## [3.6.0](https://github.com/cherfia/chromiumly/compare/v3.5.0...v3.6.0) (2024-07-11)

### Features

- **libre-office:** add support to new page properties ([bb5e890](https://github.com/cherfia/chromiumly/commit/bb5e890933360194e7c9c7b13e64b766bf335f50))
- **libre-office:** add support to quality and maxImageResolution properties ([a2384e0](https://github.com/cherfia/chromiumly/commit/a2384e0d26f7effbac1b2697c03a0c7a039816a6))

### 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.6.0](https://github.com/cherfia/chromiumly/compare/v3.5.0...v3.6.0)

- chore(deps): update typescript-eslint monorepo to v7.16.0 [`38cecfb`](https://github.com/cherfia/chromiumly/commit/38cecfb5d956e7e1e98b131eec537dc7cf25140b)
- test(libre-office): update unit tests [`b22e984`](https://github.com/cherfia/chromiumly/commit/b22e984e8294c0c72168faa39007c237a29902e8)
- feat(libre-office): add support to quality and maxImageResolution properties [`a2384e0`](https://github.com/cherfia/chromiumly/commit/a2384e0d26f7effbac1b2697c03a0c7a039816a6)

#### [v3.5.0](https://github.com/cherfia/chromiumly/compare/v3.4.0...v3.5.0)

> 4 July 2024
- chore(deps): update dependency release-it to v17.4.1 [`#409`](https://github.com/cherfia/chromiumly/pull/409)
- feat(libre-office): add support to new page properties [`bb5e890`](https://github.com/cherfia/chromiumly/commit/bb5e890933360194e7c9c7b13e64b766bf335f50)
- chore(deps): update typescript-eslint monorepo to v7.15.0 [`e95051e`](https://github.com/cherfia/chromiumly/commit/e95051e82b4b239a272ae1c4661f007c8997ad3f)
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.5.0",
"version": "3.6.0",
"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 747aea8

Please sign in to comment.