Skip to content

Commit

Permalink
chore: release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Apr 27, 2024
1 parent 8301427 commit a32e8e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
## [3.1.0](https://github.com/cherfia/chromiumly/compare/v3.0.1...v3.1.0) (2024-04-12)
## [3.2.0](https://github.com/cherfia/chromiumly/compare/v3.1.0...v3.2.0) (2024-04-27)

### Features

- add basic authentication support ([43db77c](https://github.com/cherfia/chromiumly/commit/43db77cbe6926e16385da7a1d350a14668b29c46))
- **chromium:** add cookies support ([91e487d](https://github.com/cherfia/chromiumly/commit/91e487d3102c6cb9dd819e30e56739991ff20162))
- **libre-office:** add singlePageSheets property ([50fa187](https://github.com/cherfia/chromiumly/commit/50fa18743713abf480b4c02a778b9fbe45b7683b))
- **chromium:** add width, height and clip to screenshot route ([4dbac55](https://github.com/cherfia/chromiumly/commit/4dbac55c46f42eb1519c82fbac756b819b2e092e))

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

- chore(deps): update dependency release-it to v17.2.0 [`#370`](https://github.com/cherfia/chromiumly/pull/370)
- chore(deps): update typescript-eslint monorepo to v7.7.1 [`3f739e4`](https://github.com/cherfia/chromiumly/commit/3f739e40cb198a8265c4484542accd72b4dfd31c)
- chore(deps): update typescript-eslint monorepo to v7.7.0 [`95d13a0`](https://github.com/cherfia/chromiumly/commit/95d13a009830eb21251fc08a2f4ed11b8eb6ca4a)
- test(chromium): update unit tests [`2c7b230`](https://github.com/cherfia/chromiumly/commit/2c7b230d4a9137de80f081e454106d28da88463b)

#### [v3.1.0](https://github.com/cherfia/chromiumly/compare/v3.0.1...v3.1.0)

> 12 April 2024
- chore(deps): update dependency typescript to v5.4.5 [`#369`](https://github.com/cherfia/chromiumly/pull/369)
- chore(deps): update typescript-eslint monorepo to v7.6.0 [`b31672a`](https://github.com/cherfia/chromiumly/commit/b31672a12cd953d355cf9bfc3253fe2c08400124)
- feat(chromium): add cookies support [`91e487d`](https://github.com/cherfia/chromiumly/commit/91e487d3102c6cb9dd819e30e56739991ff20162)
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.1.0",
"version": "3.2.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 a32e8e3

Please sign in to comment.