Skip to content

Commit

Permalink
Release 10.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albb0920 committed Nov 2, 2020
1 parent d8e1580 commit 3233411
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.0.1.1
* Update Can I Use data.
* Update postcss to 8.1.4
* Fix issue with source map (#190)

## 10.0.1.0
* Update Can I Use data.
* Update autoprefixer to 10.0.1
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.0.1.0" unless defined? AutoprefixerRails::VERSION
VERSION = "10.0.1.1" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit 3233411

Please sign in to comment.