Skip to content

Commit

Permalink
chore: release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jul 4, 2024
1 parent bb5e890 commit 15fb031
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
## [3.4.0](https://github.com/cherfia/chromiumly/compare/v3.3.4...v3.4.0) (2024-06-28)
## [3.5.0](https://github.com/cherfia/chromiumly/compare/v3.4.0...v3.5.0) (2024-07-04)

### Features

- **libre-office:** add losslessImageCompression and reduceImageResolution properties ([1b07f8d](https://github.com/cherfia/chromiumly/commit/1b07f8db84b36de3cc02c1627b75a2244d605ed4))
- make config and dotenv optional ([3261382](https://github.com/cherfia/chromiumly/commit/3261382efd95e45d957d0bb6b1d5abc49013686b))

### Bug Fixes

- **deps:** update dependency config to v3.3.12 ([f180aaf](https://github.com/cherfia/chromiumly/commit/f180aafaa68614e852b80302b5970bf5f566b092))
- **libre-office:** add support to new page properties ([bb5e890](https://github.com/cherfia/chromiumly/commit/bb5e890933360194e7c9c7b13e64b766bf335f50))

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

- 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)
- chore: suppress config warnings [`88da5ae`](https://github.com/cherfia/chromiumly/commit/88da5ae6ddb50e38d5af23e490a309e728e6a806)

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

> 28 June 2024
- feat(libre-office): add losslessImageCompression and reduceImageResolution properties [`1b07f8d`](https://github.com/cherfia/chromiumly/commit/1b07f8db84b36de3cc02c1627b75a2244d605ed4)
- chore(deps): update typescript-eslint monorepo to v7.14.1 [`d748559`](https://github.com/cherfia/chromiumly/commit/d748559b3cdb7a1bc8ce1ed86c958e708323fa15)
- chore(deps): update typescript-eslint monorepo to v7.13.1 [`43fe613`](https://github.com/cherfia/chromiumly/commit/43fe613ac59da0e5aa9ff1212c9ff55e8c482afc)
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.4.0",
"version": "3.5.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 15fb031

Please sign in to comment.