Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Sep 12, 2022
1 parent 8321c6c commit beb94bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,11 @@
## Unreleased
- none

## [1.1.1](releases/tag/v1.1.1) - 2021-01-24
## [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][])

## [1.1.1](releases/tag/v1.1.1) - 2022-01-24
### Added
- [#147](https://github.com/Studiosity/grover/pull/147) Add support for Ruby 3.1 ([@walski][])

Expand Down Expand Up @@ -286,3 +290,4 @@
[@lucasluitjes]: https://github.com/lucasluitjes
[@julianwegkamp]: https://github.com/julianwegkamp
[@walski]: https://github.com/walski
[@ElMassimo]: https://github.com/ElMassimo
2 changes: 1 addition & 1 deletion lib/grover/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Grover
VERSION = '1.1.1'
VERSION = '1.1.2'
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "grover",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Ruby gem to transform HTML into PDFs using Google Puppeteer/Chromium",
"repository": {
"type": "git",
Expand Down

0 comments on commit beb94bc

Please sign in to comment.