Skip to content

Commit

Permalink
chore: release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Sep 24, 2024
1 parent 0a6e29c commit 02763a6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
## [3.6.2](https://github.com/cherfia/chromiumly/compare/v3.6.1...v3.6.2) (2024-09-09)
## [3.7.0](https://github.com/cherfia/chromiumly/compare/v3.6.2...v3.7.0) (2024-09-24)

### Features

- **chromium:** add downloadFrom property to routes ([dba3ff1](https://github.com/cherfia/chromiumly/commit/dba3ff1ad0d632bc05533c17c5ef574a8a42a898))
- **libre-office:** add downloadFrom property ([34b95b6](https://github.com/cherfia/chromiumly/commit/34b95b68075103b50fa560f11654d3d11277b563))
- **libre-office:** add password to open document ([981e167](https://github.com/cherfia/chromiumly/commit/981e16743997c0e68b5ad4f1df49366b3580af92))
- **pdf-engines:** add downloadFrom property ([01dfe3d](https://github.com/cherfia/chromiumly/commit/01dfe3dc998505620ec20b827bb9d524780f352f))
- **screenshots:** add downloadFrom property to routes ([b5015e7](https://github.com/cherfia/chromiumly/commit/b5015e7b9bb3cc1b3e30ba7406ace8a75865b313))

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

- chore(deps): update dependency typescript to v5.6.2 [`#456`](https://github.com/cherfia/chromiumly/pull/456)
- chore(deps): update commitlint monorepo to v19.5.0 [`7b83743`](https://github.com/cherfia/chromiumly/commit/7b8374368d1d9e95be824fe6f7aea4529a5c3411)
- chore(deps): update @typescript-eslint dependencies [`c83a457`](https://github.com/cherfia/chromiumly/commit/c83a457c616a0d743a6d5499508e0c244e2b4069)
- feat(chromium): add downloadFrom property to routes [`dba3ff1`](https://github.com/cherfia/chromiumly/commit/dba3ff1ad0d632bc05533c17c5ef574a8a42a898)

#### [v3.6.2](https://github.com/cherfia/chromiumly/compare/v3.6.1...v3.6.2)

> 9 September 2024
- chore: add missing option cookie to URL screenshot [`#449`](https://github.com/cherfia/chromiumly/pull/449)
- chore(screenshots): remove unsupported parameters [`787b344`](https://github.com/cherfia/chromiumly/commit/787b344c53cfdaaf4ff986f4079b3b232c0f3b2e)
- chore(deps): update commitlint monorepo to v19.4.1 [`74e61de`](https://github.com/cherfia/chromiumly/commit/74e61de2b072bdea99d1a2c2f7109c6f3cd66f93)
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.2",
"version": "3.7.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 02763a6

Please sign in to comment.