Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Dec 4, 2023
1 parent 16e852a commit 72a0057
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@


## [2.3.0](https://github.com/cherfia/chromiumly/compare/v2.2.2...v2.3.0) (2023-12-03)


### Features

* add PDF/Universal Accessibility property ([ed4ca4b](https://github.com/cherfia/chromiumly/commit/ed4ca4bc0cee09acd2a8f07f063eddb820a28348))
* **chromium:** add delay before converting document into PDF ([3181df4](https://github.com/cherfia/chromiumly/commit/3181df467551eab1cbf72aff9a884b86acd5403e))
* **chromium:** add extraHttpHeaders to send while loading HTML document ([45e6f09](https://github.com/cherfia/chromiumly/commit/45e6f0968bc926c1349e2c281643de27bd9bb8e9))
* **chromium:** add failOnConsoleExceptions property ([79d591f](https://github.com/cherfia/chromiumly/commit/79d591f2096fc3f28c44025c3b05501cb77e44b9))
* **chromium:** add omitBackground to allow generating PDFs with transparency ([01c5848](https://github.com/cherfia/chromiumly/commit/01c5848c17c8911b2bb7f4e0e2fbfa0f9c14e9bd))
* **chromium:** add userAgent property to override default User-Agent header ([f2ef02d](https://github.com/cherfia/chromiumly/commit/f2ef02d5450add7b10ac840899a19b2994d2d6a7))
* **chromium:** add waitDelay property ([be6f392](https://github.com/cherfia/chromiumly/commit/be6f392b5cfb6d5a1e745b8b3cb47364ca833212))
* **chromium:** add waitForExpression property ([c197ac9](https://github.com/cherfia/chromiumly/commit/c197ac9c3825e49621dd6b9ed7305305d44fed75))
## [2.3.1](https://github.com/cherfia/chromiumly/compare/v2.3.0...v2.3.1) (2023-12-04)


### Bug Fixes

* use pdfa instead of pdfFormat form filed ([7fb396f](https://github.com/cherfia/chromiumly/commit/7fb396f2f6389d5c94f65f26c4c6d2e5fbe3a01d))
* **ci:** build package before release ([16e852a](https://github.com/cherfia/chromiumly/commit/16e852a4392bdf46fbb876e43ca6e1a4a7bd061d))

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

#### [v2.3.1](https://github.com/cherfia/chromiumly/compare/v2.3.0...v2.3.1)

- fix(ci): build package before release [`16e852a`](https://github.com/cherfia/chromiumly/commit/16e852a4392bdf46fbb876e43ca6e1a4a7bd061d)

#### [v2.3.0](https://github.com/cherfia/chromiumly/compare/v2.2.2...v2.3.0)

> 3 December 2023
- chore(deps): update dependency release-it to v17 [`#276`](https://github.com/cherfia/chromiumly/pull/276)
- chore(deps): update dependency @types/node to v20.10.1 [`#274`](https://github.com/cherfia/chromiumly/pull/274)
- chore(deps): update typescript-eslint monorepo to v6.13.1 [`#275`](https://github.com/cherfia/chromiumly/pull/275)
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": "2.3.0",
"version": "2.3.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 72a0057

Please sign in to comment.