From fb26785fc633db453f0363e14104129c9aafdbf1 Mon Sep 17 00:00:00 2001 From: cherfia Date: Sun, 13 Oct 2024 18:33:36 +0000 Subject: [PATCH] chore: release v3.8.2 --- CHANGELOG.md | 21 +++++++++++++++++++-- package.json | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d248b28..6a1152d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## [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 @@ -10,8 +14,21 @@ 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). +#### [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) diff --git a/package.json b/package.json index 6c29d1f..d4b77b9 100644 --- a/package.json +++ b/package.json @@ -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",