Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Nov 19, 2024
1 parent 3e72dd2 commit 8a359b1
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.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][])

## [1.1.11](releases/tag/v1.1.11) - 2024-10-11
### Added
- [#264](https://github.com/Studiosity/grover/pull/264) Add `raise_on_js_error` option ([@abrom][])
Expand Down Expand Up @@ -338,3 +342,4 @@
[@dexterouschen]: https://github.com/dexterouschen
[@jukra]: https://github.com/jukra
[@jkowens]: https://github.com/jkowens
[@le0pard]: https://github.com/le0pard
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.1.11'
VERSION = '1.2.0'
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.1.11",
"version": "1.2.0",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a359b1

Please sign in to comment.