Skip to content

Commit

Permalink
chore: release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jun 28, 2024
1 parent 2d2ad7e commit 4817edb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
## [3.3.4](https://github.com/cherfia/chromiumly/compare/v3.3.3...v3.3.4) (2024-06-14)
## [3.4.0](https://github.com/cherfia/chromiumly/compare/v3.3.4...v3.4.0) (2024-06-28)

### 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))

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

- 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)

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

> 14 June 2024
- chore(deps): move config and dotenv to dependencies [`e2b4d89`](https://github.com/cherfia/chromiumly/commit/e2b4d89d96885f681c755cf4b7d4836b858f730d)
- chore: release v3.3.4 [`c894748`](https://github.com/cherfia/chromiumly/commit/c894748b0b923cabe7d3e05a38c087e7f4ff70b0)

#### [v3.3.3](https://github.com/cherfia/chromiumly/compare/v3.3.2...v3.3.3)

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.3.4",
"version": "3.4.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 4817edb

Please sign in to comment.