Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Apr 8, 2024
1 parent 6a7db13 commit e369bb2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
28 changes: 22 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
## [2.10.0](https://github.com/cherfia/chromiumly/compare/v2.8.0...v2.10.0) (2024-04-05)
## [3.0.0](https://github.com/cherfia/chromiumly/compare/v2.10.0...v3.0.0) (2024-04-08)

### ⚠ BREAKING CHANGES

- **pdf-engines:** separate pdf-engines from LibreOffice

### Features

- **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))
- **libre-office:** add LibreOffice convert route ([0adba11](https://github.com/cherfia/chromiumly/commit/0adba11595de7342296feece83d4a9535e252915))

### Bug Fixes

- rename PDFEngines ([3fb17b7](https://github.com/cherfia/chromiumly/commit/3fb17b7700686a14eaf6b0d349665a88115cc030))

### Code Refactoring

- **pdf-engines:** separate pdf-engines from LibreOffice ([439f7f9](https://github.com/cherfia/chromiumly/commit/439f7f91f165bd68b96e8aade2190086e46388b0))

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

- feat(libre-office): add LibreOffice convert route [`0adba11`](https://github.com/cherfia/chromiumly/commit/0adba11595de7342296feece83d4a9535e252915)
- refactor(pdf-engines)!: separate pdf-engines from LibreOffice [`439f7f9`](https://github.com/cherfia/chromiumly/commit/439f7f91f165bd68b96e8aade2190086e46388b0)
- docs: update README.md [`94cbc0e`](https://github.com/cherfia/chromiumly/commit/94cbc0e7c06422573155281004ee2a7622bfb39b)

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

> 5 April 2024
- 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)
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.10.0",
"version": "3.0.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 e369bb2

Please sign in to comment.