Skip to content

Commit

Permalink
Prepare to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 5, 2020
1 parent 7f64817 commit ac399e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,11 @@

Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md

## Master
## 4.0.1

- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)
- Fix for when `x_sprockets_linecount` is missing from a source map.

- Fix subresource integrity to match the digest of the asset.

## 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sprockets
VERSION = "4.0.0"
VERSION = "4.0.1"
end

0 comments on commit ac399e5

Please sign in to comment.