Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Apr 12, 2024
1 parent b118acc commit e00bc2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
## [3.0.1](https://github.com/cherfia/chromiumly/compare/v3.0.0...v3.0.1) (2024-04-09)
## [3.1.0](https://github.com/cherfia/chromiumly/compare/v3.0.1...v3.1.0) (2024-04-12)

### Features

- add basic authentication support ([43db77c](https://github.com/cherfia/chromiumly/commit/43db77cbe6926e16385da7a1d350a14668b29c46))
- **chromium:** add cookies support ([91e487d](https://github.com/cherfia/chromiumly/commit/91e487d3102c6cb9dd819e30e56739991ff20162))
- **libre-office:** add singlePageSheets property ([50fa187](https://github.com/cherfia/chromiumly/commit/50fa18743713abf480b4c02a778b9fbe45b7683b))

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

- chore(deps): update dependency typescript to v5.4.5 [`#369`](https://github.com/cherfia/chromiumly/pull/369)
- chore(deps): update typescript-eslint monorepo to v7.6.0 [`b31672a`](https://github.com/cherfia/chromiumly/commit/b31672a12cd953d355cf9bfc3253fe2c08400124)
- feat(chromium): add cookies support [`91e487d`](https://github.com/cherfia/chromiumly/commit/91e487d3102c6cb9dd819e30e56739991ff20162)
- feat: add basic authentication support [`43db77c`](https://github.com/cherfia/chromiumly/commit/43db77cbe6926e16385da7a1d350a14668b29c46)

#### [v3.0.1](https://github.com/cherfia/chromiumly/compare/v3.0.0...v3.0.1)

> 9 April 2024
- refactor(libre-office): improve documents support [`a077110`](https://github.com/cherfia/chromiumly/commit/a0771109e5350dd736d2ff6207a94fd9541d1fed)
- chore: remove file-type dependency [`15d93bc`](https://github.com/cherfia/chromiumly/commit/15d93bc6beaf45b0853c6355b32771b50910f797)
- chore: release v3.0.1 [`a103ba6`](https://github.com/cherfia/chromiumly/commit/a103ba645f697894373f410be78357c20e4f3696)

### [v3.0.0](https://github.com/cherfia/chromiumly/compare/v2.10.0...v3.0.0)

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.0.1",
"version": "3.1.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 e00bc2d

Please sign in to comment.