Skip to content

Commit

Permalink
Release 10.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albb0920 committed Aug 3, 2021
1 parent 121f0c0 commit 9d1b903
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 @@
# Change Log

## 10.3.1.0
* Added `::file-selector-button` support (by Luke Warlow).
* Fixed adding wrong prefixes to `content` (by Luke Warlow).

## 10.2.5.1
* Remove nodejs version check via ExecJS, to be compatible with 2.8.1 (#203)

Expand Down
2 changes: 1 addition & 1 deletion lib/autoprefixer-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AutoprefixerRails # :nodoc:
VERSION = "10.2.5.1" unless defined? AutoprefixerRails::VERSION
VERSION = "10.3.1.0" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit 9d1b903

Please sign in to comment.