Skip to content

Commit

Permalink
Release good_job v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 10, 2023
1 parent a728237 commit 1b34fb3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v3.7.4](https://github.com/bensheldon/good_job/tree/v3.7.4) (2023-01-10)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.7.3...v3.7.4)

**Merged pull requests:**

- Update to es-module-shims v1.6.3 and use an inline script entry-point; remove script.js entrypoint; remove sourcemap references [\#793](https://github.com/bensheldon/good_job/pull/793) ([bensheldon](https://github.com/bensheldon))

## [v3.7.3](https://github.com/bensheldon/good_job/tree/v3.7.3) (2023-01-09)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.7.2...v3.7.3)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.7.3)
good_job (3.7.4)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.7.4.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9818016eaa878a6acf8bdb179d7193649c9615bbc0e008e103ba11b7b023aad9
1 change: 1 addition & 0 deletions checksums/good_job-3.7.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7ac0b56166b5601730f0c80a9738538d2fd165ad0e03e151e3e200e602c4e75f4748f274cddc1c8303d98d159dbd96b2d05bd832d79f8e6cf937a5793ffcf8ce
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.7.3'
VERSION = '3.7.4'
end

0 comments on commit 1b34fb3

Please sign in to comment.