Skip to content

Commit

Permalink
chore: release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Apr 5, 2024
1 parent fbc754f commit 3735c11
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
## [2.8.0](https://github.com/cherfia/chromiumly/compare/v2.7.0...v2.8.0) (2024-03-06)
## [2.10.0](https://github.com/cherfia/chromiumly/compare/v2.8.0...v2.10.0) (2024-04-05)

### Features

- **chromium:** add screenshots support ([d56e656](https://github.com/cherfia/chromiumly/commit/d56e6568337d94905b612917ff19e8fef872e82f))
- **chromium:** add metadata param ([3c78049](https://github.com/cherfia/chromiumly/commit/3c780493e0990ef03dc82c8c3559b235533bd33a))
- **libre-office:** add \*.key extension ([9723fa0](https://github.com/cherfia/chromiumly/commit/9723fa06c3bb7de882ead6d2e6e2cb9c0e572661))
- **libre-office:** add exportFormFields property ([3042d58](https://github.com/cherfia/chromiumly/commit/3042d582b91aee6ec0e7b4634f00caae40373a01))
- **libre-office:** add newly supported extensions ([f58fcbb](https://github.com/cherfia/chromiumly/commit/f58fcbb84d785e308fb1667db6c97048e84e6e4c))
- **pdf-engines:** add read/write metadata routes support ([2a069bd](https://github.com/cherfia/chromiumly/commit/2a069bd543fb28ea694556fad5b8a13bd800639d))

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

- feat(libre-office): add newly supported extensions [`f58fcbb`](https://github.com/cherfia/chromiumly/commit/f58fcbb84d785e308fb1667db6c97048e84e6e4c)
- chore(deps): update typescript-eslint monorepo to v7.5.0 [`d59c1e5`](https://github.com/cherfia/chromiumly/commit/d59c1e58e90729387dc9740001cb73cd1bdcf250)
- chore(deps): update typescript-eslint monorepo to v7.4.0 [`e575c57`](https://github.com/cherfia/chromiumly/commit/e575c57153c20f3a226803564ed5e0a76a6381d2)

#### [v2.9.0](https://github.com/cherfia/chromiumly/compare/v2.8.0...v2.9.0)

> 23 March 2024
- chore(deps): update dependency @babel/preset-typescript to v7.24.1 [`4497f5d`](https://github.com/cherfia/chromiumly/commit/4497f5d021a380e5e5a5fd9a9456760a74b50ee1)
- chore(deps): update commitlint monorepo to v19.1.0 [`48aef9c`](https://github.com/cherfia/chromiumly/commit/48aef9cdd0fe733d86665a8dc3fe628c2627248b)
- chore(deps): update typescript-eslint monorepo to v7.3.1 [`e258783`](https://github.com/cherfia/chromiumly/commit/e258783a1491816e5de2bbf1abf052fc2f1aaf34)

#### [v2.8.0](https://github.com/cherfia/chromiumly/compare/v2.7.0...v2.8.0)

> 6 March 2024
- test(chromium): add screenshots unit tests [`2f36ccc`](https://github.com/cherfia/chromiumly/commit/2f36ccceead02f688ada47b2d99bea6063173e37)
- feat(chromium): add screenshots support [`d56e656`](https://github.com/cherfia/chromiumly/commit/d56e6568337d94905b612917ff19e8fef872e82f)
- chore(deps): update typescript-eslint monorepo to v7.1.1 [`915a905`](https://github.com/cherfia/chromiumly/commit/915a90549ed759997d73366886d492913e6fed03)
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.9.0",
"version": "2.10.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 3735c11

Please sign in to comment.