Skip to content

Commit

Permalink
Bump version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Sep 1, 2024
1 parent 756d575 commit 38e4b2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
- none

## [1.1.10](releases/tag/v1.1.10) - 2024-09-01
### Fixed
- [#258](https://github.com/Studiosity/grover/pull/258) Support for Puppeteer v23.x ([@abrom][])

## [1.1.9](releases/tag/v1.1.9) - 2024-07-02
### Added
- [#209](https://github.com/Studiosity/grover/pull/209) Allow loading html from file uri ([@jkowens][])
Expand Down
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.9'
VERSION = '1.1.10'
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.9",
"version": "1.1.10",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit 38e4b2d

Please sign in to comment.