From 3735c11583231be19323e9b541f64a3b536270a9 Mon Sep 17 00:00:00 2001 From: cherfia Date: Fri, 5 Apr 2024 09:04:26 +0000 Subject: [PATCH] chore: release v2.10.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130d09e0..f7a9dd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## [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 @@ -10,8 +14,24 @@ All notable changes to this project will be documented in this file. Dates are d 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) diff --git a/package.json b/package.json index 48db2407..1d7bb687 100644 --- a/package.json +++ b/package.json @@ -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",