Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Nov 26, 2024
1 parent d8ea42e commit da0c42c
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.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][])

## [1.2.0](releases/tag/v1.2.0) - 2024-11-19
### Breaking Change
- [#266](https://github.com/Studiosity/grover/pull/266) Make combine_pdf dependency optional + support Yarn PnP ([@le0pard][])
Expand Down Expand Up @@ -343,3 +347,4 @@
[@jukra]: https://github.com/jukra
[@jkowens]: https://github.com/jkowens
[@le0pard]: https://github.com/le0pard
[@rasmus0201]: https://github.com/rasmus0201
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.0'
VERSION = '1.2.1'
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.0",
"version": "1.2.1",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit da0c42c

Please sign in to comment.