Skip to content

Commit

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

## [1.1.7](releases/tag/v1.1.7) - 2024-03-09
### Added
- [#225](https://github.com/Studiosity/grover/pull/225) Add support for fallback to loading `puppeteer-core` dependency ([@sbounmy][], [@dexterouschen][])

### Fixed
- [#229](https://github.com/Studiosity/grover/pull/229) Better handle WS connection issues ([@abrom][])
- [#230](https://github.com/Studiosity/grover/pull/230) Better handle WS connection cleanup ([@abrom][], [@dexterouschen][])

## [1.1.6](releases/tag/v1.1.6) - 2024-01-16
### Added
- [#216](https://github.com/Studiosity/grover/pull/216) Add ruby 3.3 support and update test suite to use a local server ([@afromankenobi][])
Expand Down Expand Up @@ -310,3 +318,5 @@
[@Yobilat]: https://github.com/Yobilat
[@Zinggi]: https://github.com/Zinggi
[@afromankenobi]: https://github.com/afromankenobi
[@sbounmy]: https://github.com/sbounmy
[@dexterouschen]: https://github.com/dexterouschen
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.6'
VERSION = '1.1.7'
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.5",
"version": "1.1.7",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit a497df1

Please sign in to comment.