From d9c53b476214430870b6a7415161a25248ae6099 Mon Sep 17 00:00:00 2001 From: cherfia Date: Thu, 12 Dec 2024 14:13:44 +0000 Subject: [PATCH] chore: release v3.10.1 --- CHANGELOG.md | 29 ++++++++++++----------------- package.json | 2 +- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919f52d..960ba30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,7 @@ -## 3.10.0 (2024-12-11) - -- feat: add custom http headers support (#512) ([eb04f5b](https://github.com/cherfia/chromiumly/commit/eb04f5b)), closes [#512](https://github.com/cherfia/chromiumly/issues/512) -- chore(deps): update commitlint monorepo to v19.6.0 (#502) ([adc49c6](https://github.com/cherfia/chromiumly/commit/adc49c6)), closes [#502](https://github.com/cherfia/chromiumly/issues/502) -- chore(deps): update dependency @types/node to v22.10.0 (#507) ([dcf5827](https://github.com/cherfia/chromiumly/commit/dcf5827)), closes [#507](https://github.com/cherfia/chromiumly/issues/507) -- chore(deps): update dependency @types/node to v22.10.1 (#509) ([cd4284f](https://github.com/cherfia/chromiumly/commit/cd4284f)), closes [#509](https://github.com/cherfia/chromiumly/issues/509) -- chore(deps): update dependency @types/node to v22.9.1 (#501) ([7de508d](https://github.com/cherfia/chromiumly/commit/7de508d)), closes [#501](https://github.com/cherfia/chromiumly/issues/501) -- chore(deps): update dependency @types/node to v22.9.3 (#504) ([9173577](https://github.com/cherfia/chromiumly/commit/9173577)), closes [#504](https://github.com/cherfia/chromiumly/issues/504) -- chore(deps): update dependency dotenv to v16.4.7 (#511) ([7e1f048](https://github.com/cherfia/chromiumly/commit/7e1f048)), closes [#511](https://github.com/cherfia/chromiumly/issues/511) -- chore(deps): update dependency husky to v9.1.7 (#499) ([f68b78b](https://github.com/cherfia/chromiumly/commit/f68b78b)), closes [#499](https://github.com/cherfia/chromiumly/issues/499) -- chore(deps): update dependency prettier to v3.4.1 (#508) ([cc00b52](https://github.com/cherfia/chromiumly/commit/cc00b52)), closes [#508](https://github.com/cherfia/chromiumly/issues/508) -- chore(deps): update dependency prettier to v3.4.2 (#513) ([1885a5b](https://github.com/cherfia/chromiumly/commit/1885a5b)), closes [#513](https://github.com/cherfia/chromiumly/issues/513) -- chore(deps): update dependency typescript to v5.7.2 (#503) ([788d55d](https://github.com/cherfia/chromiumly/commit/788d55d)), closes [#503](https://github.com/cherfia/chromiumly/issues/503) -- chore(deps): update typescript-eslint monorepo to v8.15.0 (#500) ([27f0078](https://github.com/cherfia/chromiumly/commit/27f0078)), closes [#500](https://github.com/cherfia/chromiumly/issues/500) -- chore(deps): update typescript-eslint monorepo to v8.16.0 (#506) ([ac27741](https://github.com/cherfia/chromiumly/commit/ac27741)), closes [#506](https://github.com/cherfia/chromiumly/issues/506) -- chore(deps): update typescript-eslint monorepo to v8.17.0 (#510) ([9839a81](https://github.com/cherfia/chromiumly/commit/9839a81)), closes [#510](https://github.com/cherfia/chromiumly/issues/510) -- chore(deps): update typescript-eslint monorepo to v8.18.0 (#514) ([e9f48fc](https://github.com/cherfia/chromiumly/commit/e9f48fc)), closes [#514](https://github.com/cherfia/chromiumly/issues/514) +## 3.10.1 (2024-12-12) + +- fix(libre-office): correct file naming to preserve order ([b4bb45f](https://github.com/cherfia/chromiumly/commit/b4bb45f)) +- fix(pdf-engines): correct file naming to preserve order ([fa8261d](https://github.com/cherfia/chromiumly/commit/fa8261d)) ### Changelog @@ -22,8 +9,15 @@ 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.10.1](https://github.com/cherfia/chromiumly/compare/v3.10.0...v3.10.1) + +- fix(libre-office): correct file naming to preserve order [`b4bb45f`](https://github.com/cherfia/chromiumly/commit/b4bb45f72db154d823983370fa8db73c5a6afc0c) +- fix(pdf-engines): correct file naming to preserve order [`fa8261d`](https://github.com/cherfia/chromiumly/commit/fa8261de949f1da37639e658f0ed1f8387929fc8) + #### [v3.10.0](https://github.com/cherfia/chromiumly/compare/v3.9.0...v3.10.0) +> 11 December 2024 + - feat: add custom http headers support [`#512`](https://github.com/cherfia/chromiumly/pull/512) - chore(deps): update typescript-eslint monorepo to v8.18.0 [`#514`](https://github.com/cherfia/chromiumly/pull/514) - chore(deps): update dependency prettier to v3.4.2 [`#513`](https://github.com/cherfia/chromiumly/pull/513) @@ -39,6 +33,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): update dependency @types/node to v22.9.1 [`#501`](https://github.com/cherfia/chromiumly/pull/501) - chore(deps): update typescript-eslint monorepo to v8.15.0 [`#500`](https://github.com/cherfia/chromiumly/pull/500) - chore(deps): update dependency husky to v9.1.7 [`#499`](https://github.com/cherfia/chromiumly/pull/499) +- chore: release v3.10.0 [`93faa76`](https://github.com/cherfia/chromiumly/commit/93faa7697bba01b541b4100bbca8adfca14f610e) #### [v3.9.0](https://github.com/cherfia/chromiumly/compare/v3.8.2...v3.9.0) diff --git a/package.json b/package.json index fbfaa1c..757c741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromiumly", - "version": "3.10.0", + "version": "3.10.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",