Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Dec 3, 2023
1 parent ed4ca4b commit f2dc6fb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@


## [2.2.2](https://github.com/cherfia/chromiumly/compare/v2.2.0...v2.2.2) (2023-11-30)
## [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))


### Bug Fixes

* use pdfa instead of pdfFormat form filed ([7fb396f](https://github.com/cherfia/chromiumly/commit/7fb396f2f6389d5c94f65f26c4c6d2e5fbe3a01d))

### 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.0](https://github.com/cherfia/chromiumly/compare/v2.2.2...v2.3.0)

- 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)
- chore(chromium): add costomize function [`8b6e401`](https://github.com/cherfia/chromiumly/commit/8b6e4019e948afee538a6e98ec02a910e504cefa)
- refactor(chromium): use customize to append common properties [`87c51bc`](https://github.com/cherfia/chromiumly/commit/87c51bc2cb5099293b2d369f4a6d29cba44c96aa)
- feat: add PDF/Universal Accessibility property [`ed4ca4b`](https://github.com/cherfia/chromiumly/commit/ed4ca4bc0cee09acd2a8f07f063eddb820a28348)

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

> 30 November 2023
- chore(deps): update dependency inquirer to v9 [`#272`](https://github.com/cherfia/chromiumly/pull/272)
- chore: add release-it [`c28463a`](https://github.com/cherfia/chromiumly/commit/c28463a0f074ebdd276833546c897c8e06b3ff5e)
- chore: add commitlint [`a5e8271`](https://github.com/cherfia/chromiumly/commit/a5e8271d99c4ec57d62ac326132fa669a1edda62)
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.2.2",
"version": "2.3.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 f2dc6fb

Please sign in to comment.