Skip to content

Commit

Permalink
Bump version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jul 2, 2024
1 parent d65fea2 commit 6bc629f
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.9](releases/tag/v1.1.9) - 2024-07-02
### Added
- [#209](https://github.com/Studiosity/grover/pull/209) Allow loading html from file uri ([@jkowens][])

## [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][])
Expand Down Expand Up @@ -325,3 +329,4 @@
[@sbounmy]: https://github.com/sbounmy
[@dexterouschen]: https://github.com/dexterouschen
[@jukra]: https://github.com/jukra
[@jkowens]: https://github.com/jkowens
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.8'
VERSION = '1.1.9'
end

0 comments on commit 6bc629f

Please sign in to comment.