Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Apr 9, 2024
1 parent 15d93bc commit a103ba6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
27 changes: 9 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
## [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

- **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))
## [3.0.1](https://github.com/cherfia/chromiumly/compare/v3.0.0...v3.0.1) (2024-04-09)

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

- refactor(libre-office): improve documents support [`a077110`](https://github.com/cherfia/chromiumly/commit/a0771109e5350dd736d2ff6207a94fd9541d1fed)
- chore: remove file-type dependency [`15d93bc`](https://github.com/cherfia/chromiumly/commit/15d93bc6beaf45b0853c6355b32771b50910f797)

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

> 8 April 2024
- 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)
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": "3.0.0",
"version": "3.0.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 a103ba6

Please sign in to comment.