Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jan 24, 2022
1 parent d311a4c commit 42f8b22
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.1](releases/tag/v1.1.1) - 2021-01-24
### Added
- [#147](https://github.com/Studiosity/grover/pull/147) Add support for Ruby 3.1 ([@walski][])

## [1.1.0](releases/tag/v1.1.0) - 2021-12-03
### Breaking Change
- [#145](https://github.com/Studiosity/grover/pull/145) Add support for `request_timeout` and `convert_timeout` options (`timeout` option applies to conversion for Puppeteer 10.4.0+) ([@abrom][])
Expand Down Expand Up @@ -281,3 +285,4 @@
[@mkalygin]: https://github.com/mkalygin
[@lucasluitjes]: https://github.com/lucasluitjes
[@julianwegkamp]: https://github.com/julianwegkamp
[@walski]: https://github.com/walski
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.0'
VERSION = '1.1.1'
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.0",
"version": "1.1.1",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit 42f8b22

Please sign in to comment.