diff --git a/CHANGELOG.md b/CHANGELOG.md index da0069e..83e7ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [3.6.1](https://github.com/cherfia/chromiumly/compare/v3.6.0...v3.6.1) (2024-08-20) +## [3.6.2](https://github.com/cherfia/chromiumly/compare/v3.6.1...v3.6.2) (2024-09-09) ### Changelog @@ -6,8 +6,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.6.2](https://github.com/cherfia/chromiumly/compare/v3.6.1...v3.6.2) + +- chore: add missing option cookie to URL screenshot [`#449`](https://github.com/cherfia/chromiumly/pull/449) +- chore(screenshots): remove unsupported parameters [`787b344`](https://github.com/cherfia/chromiumly/commit/787b344c53cfdaaf4ff986f4079b3b232c0f3b2e) +- chore(deps): update commitlint monorepo to v19.4.1 [`74e61de`](https://github.com/cherfia/chromiumly/commit/74e61de2b072bdea99d1a2c2f7109c6f3cd66f93) +- chore(deps): update dependency ts-jest to v29.2.5 [`f48822c`](https://github.com/cherfia/chromiumly/commit/f48822cf5d9dac2362d4e534e6e88830bd3bb9dc) + #### [v3.6.1](https://github.com/cherfia/chromiumly/compare/v3.6.0...v3.6.1) +> 20 August 2024 + - chore(deps): update dependency ts-jest to v29.2.2 [`#418`](https://github.com/cherfia/chromiumly/pull/418) - chore(deps): update dependency lint-staged to v15.2.8 [`b2ab059`](https://github.com/cherfia/chromiumly/commit/b2ab0599b8f880f36de4a74ed036bb62d9fc806e) - chore(deps): update dependency release-it to v17.6.0 [`f1ab400`](https://github.com/cherfia/chromiumly/commit/f1ab400e84cda88d9b5e9c27c6da7137c6a55f8a) diff --git a/package.json b/package.json index a8d31c7..fa169cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromiumly", - "version": "3.6.1", + "version": "3.6.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",