Skip to content

Commit e32d1f6

Browse files
committed
Bump version for v1.5.1
1 parent 4c0da9e commit e32d1f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased][unreleased]
66
- Nothing
77

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+
813
## [1.5.0] - 2019-06-17
914
### Added
1015
- Support for finding assets bundled by Webpacker
@@ -204,7 +209,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
204209
### Added
205210
- Basic Railtie and view helper to inline SVG documents to Rails views.
206211

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
208214
[1.5.0]: https://github.com/jamesmartin/inline_svg/compare/v1.4.0...v1.5.0
209215
[1.4.0]: https://github.com/jamesmartin/inline_svg/compare/v1.3.1...v1.4.0
210216
[1.3.1]: https://github.com/jamesmartin/inline_svg/compare/v1.3.0...v1.3.1

lib/inline_svg/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InlineSvg
2-
VERSION = "1.5.0"
2+
VERSION = "1.5.1"
33
end

0 commit comments

Comments
 (0)