Skip to content

Commit

Permalink
Release 10.2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albb0920 committed May 11, 2021
1 parent efeded1 commit 6752d43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log

## 10.2.5.0
* Fixed `:` support in `@supports` (by Dmitry Semigradsky).
* Update Can I Use data.
* Lock to execjs < 2.8.0 for now (#203)

## 10.2.4.0
* Fixed `transition-property` warnings (by @Sheraff).

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

module AutoprefixerRails # :nodoc:
VERSION = "10.2.4.0" unless defined? AutoprefixerRails::VERSION
VERSION = "10.2.5.0" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit 6752d43

Please sign in to comment.