From f8e4ed75dc3d44528cc036b232266f2238861f91 Mon Sep 17 00:00:00 2001 From: Andrew Bromwich Date: Sat, 21 Jan 2023 00:25:19 +1000 Subject: [PATCH] Bump version to 1.1.3 --- CHANGELOG.md | 5 +++++ lib/grover/version.rb | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064b426..9c96764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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][]) @@ -291,3 +295,4 @@ [@julianwegkamp]: https://github.com/julianwegkamp [@walski]: https://github.com/walski [@ElMassimo]: https://github.com/ElMassimo +[@Yobilat]: https://github.com/Yobilat diff --git a/lib/grover/version.rb b/lib/grover/version.rb index 7d5188e..b3b32b8 100644 --- a/lib/grover/version.rb +++ b/lib/grover/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Grover - VERSION = '1.1.2' + VERSION = '1.1.3' end diff --git a/package.json b/package.json index a9faafb..5a88c2b 100644 --- a/package.json +++ b/package.json @@ -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",