Skip to content

Commit

Permalink
Bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Mar 2, 2023
1 parent d343e16 commit 78f0695
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.1.5](releases/tag/v1.1.5) - 2023-03-02
### Added
- [#178](https://github.com/Studiosity/grover/pull/178) Add remote browser support ([@Zinggi][])

## [1.1.4](releases/tag/v1.1.4) - 2023-02-05
### Fixed
- [#179](https://github.com/Studiosity/grover/pull/179) Clean up temporary user data directory ([@abrom][])
Expand Down Expand Up @@ -300,3 +304,4 @@
[@walski]: https://github.com/walski
[@ElMassimo]: https://github.com/ElMassimo
[@Yobilat]: https://github.com/Yobilat
[@Zinggi]: https://github.com/Zinggi
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.4'
VERSION = '1.1.5'
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.4",
"version": "1.1.5",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit 78f0695

Please sign in to comment.