Skip to content

Commit

Permalink
chore: release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jun 6, 2024
1 parent 706f50e commit 177a705
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
## [3.3.0](https://github.com/cherfia/chromiumly/compare/v3.2.1...v3.3.0) (2024-06-03)

### Features

- add chromiumly configuration via code ([fdbde2c](https://github.com/cherfia/chromiumly/commit/fdbde2c0255664800af49e937c0593e17ededcaf))
## [3.3.1](https://github.com/cherfia/chromiumly/compare/v3.3.0...v3.3.1) (2024-06-06)

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

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

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

> 3 June 2024
- feat: add chromiumly configuration via code [`fdbde2c`](https://github.com/cherfia/chromiumly/commit/fdbde2c0255664800af49e937c0593e17ededcaf)
- test: update jest configuration [`5f45d20`](https://github.com/cherfia/chromiumly/commit/5f45d20ab1a11c9560e71953f28f36a047ce6c91)
- docs: update README.md [`c259187`](https://github.com/cherfia/chromiumly/commit/c25918706307bc7fb4cff18e3e9280c62ea6f60f)
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.0",
"version": "3.3.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",
Expand Down

0 comments on commit 177a705

Please sign in to comment.