Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Feb 5, 2023
1 parent b8168fc commit 20b35c4
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.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][])

## [1.1.3](releases/tag/v1.1.3) - 2023-01-21
### Added
- [#177](https://github.com/Studiosity/grover/pull/177) Add support for Ruby 3.2 ([@Yobilat][], [@abrom][])
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.3'
VERSION = '1.1.4'
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.3",
"version": "1.1.4",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit 20b35c4

Please sign in to comment.