Skip to content

Commit

Permalink
chore: release v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jun 13, 2024
1 parent deb001c commit e3b182e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
## [3.3.1](https://github.com/cherfia/chromiumly/compare/v3.3.0...v3.3.1) (2024-06-06)
## [3.3.2](https://github.com/cherfia/chromiumly/compare/v3.3.1...v3.3.2) (2024-06-13)

### Bug Fixes

- **chromium:** use correct authentication credentials ([deb001c](https://github.com/cherfia/chromiumly/commit/deb001cd57f2af6072355a344a8c975c818f45fa))

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

- chore(deps): update dependency @babel/preset-typescript to v7.24.7 [`250ec4c`](https://github.com/cherfia/chromiumly/commit/250ec4c99f7e2d67b128d44b26cdb4dd784cab10)
- chore(deps): update typescript-eslint monorepo to v7.13.0 [`ba32de9`](https://github.com/cherfia/chromiumly/commit/ba32de993a2da65093a1ca8e0fe4cfae11ec38f1)
- chore(deps): update dependency prettier to v3.3.2 [`886d9ab`](https://github.com/cherfia/chromiumly/commit/886d9ab99d064a8d11a94db32c5cc2abe597ffc0)

#### [v3.3.1](https://github.com/cherfia/chromiumly/compare/v3.3.0...v3.3.1)

> 6 June 2024
- chore(deps): update typescript-eslint monorepo to v7.12.0 [`beec84a`](https://github.com/cherfia/chromiumly/commit/beec84a2ed49e68c7c7806cc6f852f63661c86b5)
- chore(pdf-engines): optimize addFiles method [`ce7ceaf`](https://github.com/cherfia/chromiumly/commit/ce7ceaf7aec5a15b0f08e9c409791d24cd8f0622)
- chore(deps): update dependency prettier to v3.3.0 [`df3ec59`](https://github.com/cherfia/chromiumly/commit/df3ec596d93f329c0ccd5ef1efc23e0a3cee2b96)
- chore: release v3.3.1 [`177a705`](https://github.com/cherfia/chromiumly/commit/177a7057144762daef428e880d4391344d7a5783)

#### [v3.3.0](https://github.com/cherfia/chromiumly/compare/v3.2.1...v3.3.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.3.1",
"version": "3.3.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",
Expand Down

0 comments on commit e3b182e

Please sign in to comment.