Skip to content

Commit

Permalink
chore: release v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Oct 13, 2024
1 parent f35f9ce commit fb26785
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
## [3.8.1](https://github.com/cherfia/chromiumly/compare/v3.8.0...v3.8.1) (2024-10-04)
## [3.8.2](https://github.com/cherfia/chromiumly/compare/v3.8.1...v3.8.2) (2024-10-13)

### Bug Fixes

- **pdf-engines:** resolve issue with PDF Engines conversion route ([208fb89](https://github.com/cherfia/chromiumly/commit/208fb895aa5d6d795ddd41ff28048a80c06e99f6))
- **deps:** update dependency form-data to v4.0.1 ([5989665](https://github.com/cherfia/chromiumly/commit/598966524da28496052116d59c254d3e9b7dfc7c))

### Reverts

- Revert "chore(deps): update dependency @release-it/conventional-changelog to v9" ([f35f9ce](https://github.com/cherfia/chromiumly/commit/f35f9ce61b0eda8fb3e057ff53f67f29ab9c199a))

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

- chore(deps): update dependency @release-it/conventional-changelog to v9 [`#468`](https://github.com/cherfia/chromiumly/pull/468)
- chore(deps): update dependency release-it to v17.8.2 [`#469`](https://github.com/cherfia/chromiumly/pull/469)
- chore(deps): update dependency typescript to v5.6.3 [`#466`](https://github.com/cherfia/chromiumly/pull/466)
- fix(deps): update dependency form-data to v4.0.1 [`#467`](https://github.com/cherfia/chromiumly/pull/467)
- chore(deps): update typescript-eslint monorepo to v8.8.1 [`#464`](https://github.com/cherfia/chromiumly/pull/464)
- Revert "chore(deps): update dependency @release-it/conventional-changelog to v9" [`f35f9ce`](https://github.com/cherfia/chromiumly/commit/f35f9ce61b0eda8fb3e057ff53f67f29ab9c199a)
- chore(deps): update dependency release-it to v17.7.0 [`5c6da67`](https://github.com/cherfia/chromiumly/commit/5c6da67a6780ea488942e893a605b194770ec815)
- chore(deps): update dependency @types/node to v20.16.11 [`4c02a1c`](https://github.com/cherfia/chromiumly/commit/4c02a1cdde17e5021d50f3bcb23fd1f7c90f5712)

#### [v3.8.1](https://github.com/cherfia/chromiumly/compare/v3.8.0...v3.8.1)

> 4 October 2024
- chore(deps): update dependency @babel/preset-typescript to v7.25.7 [`a35ee78`](https://github.com/cherfia/chromiumly/commit/a35ee786843d038fd81949a147032e14bf6c8602)
- chore(deps): update typescript-eslint monorepo to v8.8.0 [`818d3d2`](https://github.com/cherfia/chromiumly/commit/818d3d29b8e7c079e50706101fb4ecdf9cae9a73)
- chore(pdf-engines): assert at least pdfa or pdfUA is provided [`bf13769`](https://github.com/cherfia/chromiumly/commit/bf137697eac4ec9cc021acae8bb9614733e54797)
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.8.1",
"version": "3.8.2",
"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 fb26785

Please sign in to comment.