Skip to content

Commit f47af21

Browse files
committed
Release v1.2.4
1 parent 8e7ce04 commit f47af21

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## Unreleased
44
- none
55

6+
## [1.2,4](releases/tag/v1.2.4) - 2025-11-04
7+
### Added
8+
- [#297](https://github.com/Studiosity/grover/pull/297) Add support for browser option (Firefox) ([@abrom][])
9+
10+
### Fixed
11+
- [#294](https://github.com/Studiosity/grover/pull/294) Handle deprecations in setCookie API ([@brendon][])
12+
613
## [1.2,3](releases/tag/v1.2.3) - 2025-01-31
714
### Fixed
815
- [#281](https://github.com/Studiosity/grover/pull/281) Fix regression in middleware to support pre-Rack 3.x header key format ([@abrom][])
@@ -357,3 +364,4 @@
357364
[@le0pard]: https://github.com/le0pard
358365
[@rasmus0201]: https://github.com/rasmus0201
359366
[@murajun1978]: https://github.com/murajun1978
367+
[@brendon]: https://github.com/brendon

lib/grover/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Grover
4-
VERSION = '1.2.3'
4+
VERSION = '1.2.4'
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grover",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)