Skip to content

Commit

Permalink
chore: release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Mar 6, 2024
1 parent 915a905 commit 319c4df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
## [2.7.0](https://github.com/cherfia/chromiumly/compare/v2.6.0...v2.7.0) (2024-02-29)
## [2.8.0](https://github.com/cherfia/chromiumly/compare/v2.7.0...v2.8.0) (2024-03-06)

### Features

- **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 dotenv to v16.4.5 ([a90b88e](https://github.com/cherfia/chromiumly/commit/a90b88e35138832864a021e6e4503cd0c2477bd3))
- **chromium:** add screenshots support ([d56e656](https://github.com/cherfia/chromiumly/commit/d56e6568337d94905b612917ff19e8fef872e82f))

### 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.8.0](https://github.com/cherfia/chromiumly/compare/v2.7.0...v2.8.0)

- test(chromium): add screenshots unit tests [`2f36ccc`](https://github.com/cherfia/chromiumly/commit/2f36ccceead02f688ada47b2d99bea6063173e37)
- feat(chromium): add screenshots support [`d56e656`](https://github.com/cherfia/chromiumly/commit/d56e6568337d94905b612917ff19e8fef872e82f)
- chore(deps): update typescript-eslint monorepo to v7.1.1 [`915a905`](https://github.com/cherfia/chromiumly/commit/915a90549ed759997d73366886d492913e6fed03)

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

> 29 February 2024
- 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)
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.7.0",
"version": "2.8.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 319c4df

Please sign in to comment.