Skip to content

Commit

Permalink
chore: release v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Aug 20, 2024
1 parent 40293df commit 6f1d72f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## [3.6.0](https://github.com/cherfia/chromiumly/compare/v3.5.0...v3.6.0) (2024-07-11)

### Features

- **libre-office:** add support to quality and maxImageResolution properties ([a2384e0](https://github.com/cherfia/chromiumly/commit/a2384e0d26f7effbac1b2697c03a0c7a039816a6))
## [3.6.1](https://github.com/cherfia/chromiumly/compare/v3.6.0...v3.6.1) (2024-08-20)

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

- chore(deps): update dependency ts-jest to v29.2.2 [`#418`](https://github.com/cherfia/chromiumly/pull/418)
- chore(deps): update dependency lint-staged to v15.2.8 [`b2ab059`](https://github.com/cherfia/chromiumly/commit/b2ab0599b8f880f36de4a74ed036bb62d9fc806e)
- chore(deps): update dependency release-it to v17.6.0 [`f1ab400`](https://github.com/cherfia/chromiumly/commit/f1ab400e84cda88d9b5e9c27c6da7137c6a55f8a)
- chore(deps): update typescript-eslint monorepo to v7.18.0 [`2d08de8`](https://github.com/cherfia/chromiumly/commit/2d08de802b8438102df7c16585816808555bf882)

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

> 11 July 2024
- 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)
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.6.0",
"version": "3.6.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 6f1d72f

Please sign in to comment.