Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jan 20, 2023
1 parent 2555d5a commit f8e4ed7
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.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][])

## [1.1.2](releases/tag/v1.1.2) - 2022-09-12
### Fixed
- [#160](https://github.com/Studiosity/grover/pull/160) Support projects that are using esm instead of cjs ([@ElMassimo][])
Expand Down Expand Up @@ -291,3 +295,4 @@
[@julianwegkamp]: https://github.com/julianwegkamp
[@walski]: https://github.com/walski
[@ElMassimo]: https://github.com/ElMassimo
[@Yobilat]: https://github.com/Yobilat
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.2'
VERSION = '1.1.3'
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.2",
"version": "1.1.3",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit f8e4ed7

Please sign in to comment.