We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99226e commit f07e73aCopy full SHA for f07e73a
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased][unreleased]
6
+- Nothing
7
+
8
+## [1.6.0] - 2019-11-13
9
+### Added
10
- Support Webpack via the new `inline_svg_pack_tag` helper and deprecate `inline_svg` helper in preparation for v2.0.
11
[#103](https://github.com/jamesmartin/inline_svg/pull/103)
12
Thanks, [@kylefox](https://github.com/kylefox)
lib/inline_svg/version.rb
@@ -1,3 +1,3 @@
1
module InlineSvg
2
- VERSION = "1.5.2"
+ VERSION = "1.6.0"
end
0 commit comments