Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jan 13, 2025
1 parent f15b95d commit 5a858c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
- none

## [1.2,2](releases/tag/v1.2.2) - 2025-01-13
### Added
- [#275](https://github.com/Studiosity/grover/pull/275) Add support for Ruby 3.4 ([@murajun1978][])

## [1.2.1](releases/tag/v1.2.1) - 2024-11-26
### Added
- [#269](https://github.com/Studiosity/grover/pull/269) Add `evaluate_on_new_document` option ([@rasmus0201][])
Expand Down Expand Up @@ -348,3 +352,4 @@
[@jkowens]: https://github.com/jkowens
[@le0pard]: https://github.com/le0pard
[@rasmus0201]: https://github.com/rasmus0201
[@murajun1978]: https://github.com/murajun1978
2 changes: 1 addition & 1 deletion lib/grover/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Grover
VERSION = '1.2.1'
VERSION = '1.2.2'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grover",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5a858c5

Please sign in to comment.