Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushn21 committed Jun 25, 2021
1 parent f55452c commit 36073a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# main

# 1.0.2 / 25-06-2021

* Fix the parsing of attributes with a dash so data attributes or similar can be set on the svg.

# 1.0.1 / 21-06-2021

* Fix an issue where attributes were not added to SVG markup using the ERB helper in Ruby 3.
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgetown-svg-inliner/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BridgetownSvgInliner
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 36073a6

Please sign in to comment.