Skip to content

Commit

Permalink
chore: release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Feb 29, 2024
1 parent 201d48c commit df6e0ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
## [2.6.0](https://github.com/cherfia/chromiumly/compare/v2.5.1...v2.6.0) (2024-02-19)
## [2.7.0](https://github.com/cherfia/chromiumly/compare/v2.6.0...v2.7.0) (2024-02-29)

### Features

- support assets for html conversion ([dc6ff25](https://github.com/cherfia/chromiumly/commit/dc6ff25b243ccef701b9becc6105469985c5ca37))
- **chromium:** add failOnHttpStatusCodes and skipNetworkIdleEvent ([b911a67](https://github.com/cherfia/chromiumly/commit/b911a671cf31189db8f218850b8de253ae849923))
- **libre-office:** add newly supported extensions ([26dd91c](https://github.com/cherfia/chromiumly/commit/26dd91c5d209098060e2544493dfac207c6bd476))

### Bug Fixes

- **deps:** update dependency config to v3.3.10 ([8a973ee](https://github.com/cherfia/chromiumly/commit/8a973eea856b75cc0ce371c70124d4b57a4d5eba))
- **deps:** update dependency config to v3.3.11 ([a73c105](https://github.com/cherfia/chromiumly/commit/a73c10521b0c43db7bced41878c74f2941824d3b))
- **deps:** update dependency dotenv to v16.3.2 ([4ec1c87](https://github.com/cherfia/chromiumly/commit/4ec1c878f673ac3e2315d21012e128f4f17f1708))
- **deps:** update dependency dotenv to v16.4.1 ([d562ae3](https://github.com/cherfia/chromiumly/commit/d562ae3d29ad8dae2c12b8c34d0b7ed57b5009fe))
- **deps:** update dependency dotenv to v16.4.2 ([3fcf7fd](https://github.com/cherfia/chromiumly/commit/3fcf7fd8da73765cec84f943b514fa5cc89917e7))
- **deps:** update dependency dotenv to v16.4.4 ([fa81e92](https://github.com/cherfia/chromiumly/commit/fa81e92ccfa391fc8b8d9263f4f26366a155fa20))
- **deps:** update dependency dotenv to v16.4.5 ([a90b88e](https://github.com/cherfia/chromiumly/commit/a90b88e35138832864a021e6e4503cd0c2477bd3))

### 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).

#### [v2.7.0](https://github.com/cherfia/chromiumly/compare/v2.6.0...v2.7.0)

- chore(deps): update typescript-eslint monorepo to v7.1.0 [`#341`](https://github.com/cherfia/chromiumly/pull/341)
- refactor(chromium): move addFile to common utils [`edc284d`](https://github.com/cherfia/chromiumly/commit/edc284d66be8ec890c3861e1e6a99b3b2f4fce49)
- chore: format code [`fdbcbdb`](https://github.com/cherfia/chromiumly/commit/fdbcbdbd826a866b206c8ee73f51c49c88ae4227)
- chore(deps): update commitlint monorepo to v19.0.3 [`f762d5d`](https://github.com/cherfia/chromiumly/commit/f762d5d949905bde469701412975f020d86fc05a)

#### [v2.6.0](https://github.com/cherfia/chromiumly/compare/v2.5.1...v2.6.0)

> 19 February 2024
- chore(deps): update codecov/codecov-action action to v4 [`#320`](https://github.com/cherfia/chromiumly/pull/320)
- feat: support assets for html conversion [`#332`](https://github.com/cherfia/chromiumly/pull/332)
- chore(deps): update typescript-eslint monorepo to v7 (major) [`#329`](https://github.com/cherfia/chromiumly/pull/329)
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.6.0",
"version": "2.7.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 df6e0ef

Please sign in to comment.