Skip to content

Commit 5b040f3

Browse files
committed
Prepare for 4.2.1
1 parent 0a5879d commit 5b040f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## 4.2.1
6+
57
- Fix for precompile issues when multiple extensions map to the same MIME type (eg. `.jpeg` / `.jpg`). [#781](https://github.com/rails/sprockets/pull/781)
68
- Fix `application/css-sourcemap+json` charset [#764](https://github.com/rails/sprockets/pull/764)
79
- Fix compatibility with Rack 2 applications. [#790](https://github.com/rails/sprockets/pull/790)
@@ -12,7 +14,7 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprocket
1214
- Fix thread safety of `Sprockets::CachedEnvironment` and `Sprockets::Cache::MemoryStore`. [#771](https://github.com/rails/sprockets/pull/771)
1315
- Add support for Rack 3.0. Headers set by sprockets will now be lower case. [#758](https://github.com/rails/sprockets/pull/758)
1416
- Make `Sprockets::Utils.module_include` thread safe on JRuby. [#759](https://github.com/rails/sprockets/pull/759)
15-
- Fix typo in `asset.rb` file. [#768](https://github.com/rails/sprockets/pull/768)
17+
- Fix typo in `asset.rb` file. [#768](https://github.com/rails/sprockets/pull/768)
1618

1719
## 4.1.1
1820

lib/sprockets/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Sprockets
3-
VERSION = "4.2.0"
3+
VERSION = "4.2.1"
44
end

0 commit comments

Comments
 (0)