Skip to content

Commit

Permalink
Bump version for v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmartin committed Jun 18, 2019
1 parent 4c0da9e commit e32d1f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
- Nothing

## [1.5.1] - 2019-06-18
### Fixed
- Prevent nil asset finder when neither Sprockets or Webpacker are available
[#97](https://github.com/jamesmartin/inline_svg/issues/97)

## [1.5.0] - 2019-06-17
### Added
- Support for finding assets bundled by Webpacker
Expand Down Expand Up @@ -204,7 +209,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
### Added
- Basic Railtie and view helper to inline SVG documents to Rails views.

[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.5.0...HEAD
[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/jamesmartin/inline_svg/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/jamesmartin/inline_svg/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/jamesmartin/inline_svg/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/jamesmartin/inline_svg/compare/v1.3.0...v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/inline_svg/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InlineSvg
VERSION = "1.5.0"
VERSION = "1.5.1"
end

0 comments on commit e32d1f6

Please sign in to comment.