Skip to content

Commit

Permalink
chore: release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed May 29, 2024
1 parent 55565e6 commit d27caed
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.2.0](https://github.com/cherfia/chromiumly/compare/v3.1.0...v3.2.0) (2024-04-27)

### Features

- **chromium:** add width, height and clip to screenshot route ([4dbac55](https://github.com/cherfia/chromiumly/commit/4dbac55c46f42eb1519c82fbac756b819b2e092e))
## [3.2.1](https://github.com/cherfia/chromiumly/compare/v3.2.0...v3.2.1) (2024-05-29)

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

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

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

> 27 April 2024
- chore(deps): update dependency release-it to v17.2.0 [`#370`](https://github.com/cherfia/chromiumly/pull/370)
- chore(deps): update typescript-eslint monorepo to v7.7.1 [`3f739e4`](https://github.com/cherfia/chromiumly/commit/3f739e40cb198a8265c4484542accd72b4dfd31c)
- chore(deps): update typescript-eslint monorepo to v7.7.0 [`95d13a0`](https://github.com/cherfia/chromiumly/commit/95d13a009830eb21251fc08a2f4ed11b8eb6ca4a)
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.0",
"version": "3.2.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 d27caed

Please sign in to comment.