Skip to content

Commit

Permalink
chore: release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jun 3, 2024
1 parent c259187 commit 9a83ff3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
## [3.2.1](https://github.com/cherfia/chromiumly/compare/v3.2.0...v3.2.1) (2024-05-29)
## [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))

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

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

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

> 29 May 2024
- chore(deps): update dependency @babel/preset-typescript to v7.24.6 [`3af3135`](https://github.com/cherfia/chromiumly/commit/3af31354a30423e37a1dc92dc61a87dfb7863c0c)
- chore(deps): update typescript-eslint monorepo to v7.9.0 [`187f5d7`](https://github.com/cherfia/chromiumly/commit/187f5d74eb77f4e57db1dd247748862d99bb4c3f)
- chore(deps): update dependency release-it to v17.3.0 [`db17a5f`](https://github.com/cherfia/chromiumly/commit/db17a5ff3fbb432b0cb823282561e8fc6d1ef5dd)
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.2.1",
"version": "3.3.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 9a83ff3

Please sign in to comment.