Skip to content

Commit

Permalink
chore: release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Feb 19, 2024
1 parent da63ea9 commit 5fce58a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@


## [2.5.1](https://github.com/cherfia/chromiumly/compare/v2.5.0...v2.5.1) (2023-12-11)
## [2.6.0](https://github.com/cherfia/chromiumly/compare/v2.5.1...v2.6.0) (2024-02-19)


### Features

* support assets for html conversion ([dc6ff25](https://github.com/cherfia/chromiumly/commit/dc6ff25b243ccef701b9becc6105469985c5ca37))


### Bug Fixes

* **deps:** update dependency config to v3.3.10 ([8a973ee](https://github.com/cherfia/chromiumly/commit/8a973eea856b75cc0ce371c70124d4b57a4d5eba))
* **deps:** update dependency config to v3.3.11 ([a73c105](https://github.com/cherfia/chromiumly/commit/a73c10521b0c43db7bced41878c74f2941824d3b))
* **deps:** update dependency dotenv to v16.3.2 ([4ec1c87](https://github.com/cherfia/chromiumly/commit/4ec1c878f673ac3e2315d21012e128f4f17f1708))
* **deps:** update dependency dotenv to v16.4.1 ([d562ae3](https://github.com/cherfia/chromiumly/commit/d562ae3d29ad8dae2c12b8c34d0b7ed57b5009fe))
* **deps:** update dependency dotenv to v16.4.2 ([3fcf7fd](https://github.com/cherfia/chromiumly/commit/3fcf7fd8da73765cec84f943b514fa5cc89917e7))
* **deps:** update dependency dotenv to v16.4.4 ([fa81e92](https://github.com/cherfia/chromiumly/commit/fa81e92ccfa391fc8b8d9263f4f26366a155fa20))

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

#### [v2.6.0](https://github.com/cherfia/chromiumly/compare/v2.5.1...v2.6.0)

- chore(deps): update codecov/codecov-action action to v4 [`#320`](https://github.com/cherfia/chromiumly/pull/320)
- feat: support assets for html conversion [`#332`](https://github.com/cherfia/chromiumly/pull/332)
- chore(deps): update typescript-eslint monorepo to v7 (major) [`#329`](https://github.com/cherfia/chromiumly/pull/329)
- chore(deps): update dependency husky to v9 [`#314`](https://github.com/cherfia/chromiumly/pull/314)
- chore(deps): update dependency @types/node to v20.10.5 [`#294`](https://github.com/cherfia/chromiumly/pull/294)
- chore(deps): update dependency release-it to v17.0.3 [`e9a3552`](https://github.com/cherfia/chromiumly/commit/e9a355223a7a98677dc7f275d5304a9e7c4e6718)
- chore(deps): update typescript-eslint monorepo to v6.16.0 [`6723226`](https://github.com/cherfia/chromiumly/commit/6723226bb18b37d7a652e314130288d5d573feea)
- chore(deps): update dependency release-it to v17.0.5 [`12e0618`](https://github.com/cherfia/chromiumly/commit/12e0618f16d9306bbfc400e2cf4ef979644f901a)

#### [v2.5.1](https://github.com/cherfia/chromiumly/compare/v2.5.0...v2.5.1)

> 11 December 2023
- docs: add JSDoc comments [`daa7783`](https://github.com/cherfia/chromiumly/commit/daa7783294e9b45217ceee1a3fa478ea311f8c47)
- chore: determine file type from buffer and read stream [`d345e4c`](https://github.com/cherfia/chromiumly/commit/d345e4c4d1c36c03d04b6af78925a3018ed98973)
- docs: update modules section in README.md [`be9e0dc`](https://github.com/cherfia/chromiumly/commit/be9e0dc185212dc5ed846e9cde2c7b60548b1fed)
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": "2.5.1",
"version": "2.6.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 5fce58a

Please sign in to comment.