Skip to content

Commit 4dff018

Browse files
committed
Release 4.2.2
1 parent 2fe13f2 commit 4dff018

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.2
6+
7+
- Added missing dependency on `logger`. [#813](https://github.com/rails/sprockets/pull/813)
8+
- Fix `URI::RFC3986_PARSER` warnings. [#812](https://github.com/rails/sprockets/pull/812)
9+
- Removed dependency on `base64`. [#810](https://github.com/rails/sprockets/pull/810)
10+
511
## 4.2.1
612

713
- Fix for precompile issues when multiple extensions map to the same MIME type (eg. `.jpeg` / `.jpg`). [#781](https://github.com/rails/sprockets/pull/781)

lib/sprockets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Sprockets
3-
VERSION = "4.2.1"
3+
VERSION = "4.2.2"
44
end

0 commit comments

Comments
 (0)