File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [ Unreleased] [ unreleased ]
6
6
- Nothing
7
7
8
+ ## [ 1.5.1] - 2019-06-18
9
+ ### Fixed
10
+ - Prevent nil asset finder when neither Sprockets or Webpacker are available
11
+ [ #97 ] ( https://github.com/jamesmartin/inline_svg/issues/97 )
12
+
8
13
## [ 1.5.0] - 2019-06-17
9
14
### Added
10
15
- Support for finding assets bundled by Webpacker
@@ -204,7 +209,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
204
209
### Added
205
210
- Basic Railtie and view helper to inline SVG documents to Rails views.
206
211
207
- [ unreleased ] : https://github.com/jamesmartin/inline_svg/compare/v1.5.0...HEAD
212
+ [ unreleased ] : https://github.com/jamesmartin/inline_svg/compare/v1.5.1...HEAD
213
+ [ 1.5.1 ] : https://github.com/jamesmartin/inline_svg/compare/v1.5.0...v1.5.1
208
214
[ 1.5.0 ] : https://github.com/jamesmartin/inline_svg/compare/v1.4.0...v1.5.0
209
215
[ 1.4.0 ] : https://github.com/jamesmartin/inline_svg/compare/v1.3.1...v1.4.0
210
216
[ 1.3.1 ] : https://github.com/jamesmartin/inline_svg/compare/v1.3.0...v1.3.1
Original file line number Diff line number Diff line change 1
1
module InlineSvg
2
- VERSION = "1.5.0 "
2
+ VERSION = "1.5.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments