Skip to content

Commit

Permalink
Bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jun 23, 2024
1 parent 29d1794 commit c81b9d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.8](releases/tag/v1.1.8) - 2024-06-23
### Added
- [#240](https://github.com/Studiosity/grover/pull/240) Enable passing environment variables to the node process ([@jukra][])

## [1.1.7](releases/tag/v1.1.7) - 2024-03-09
### Added
- [#225](https://github.com/Studiosity/grover/pull/225) Add support for fallback to loading `puppeteer-core` dependency ([@sbounmy][], [@dexterouschen][])
Expand Down Expand Up @@ -320,3 +324,4 @@
[@afromankenobi]: https://github.com/afromankenobi
[@sbounmy]: https://github.com/sbounmy
[@dexterouschen]: https://github.com/dexterouschen
[@jukra]: https://github.com/jukra
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.7'
VERSION = '1.1.8'
end

0 comments on commit c81b9d3

Please sign in to comment.