Skip to content

Commit

Permalink
Release 10.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 16, 2020
1 parent 177007d commit 4b7714a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## 10.0 “Alis volat propriis”
* Removed support for Node.js 6.x, 8.x, 11.x.
* Moved to PostCSS 8.

## 9.8.6.5
* Fix `9.8.6.4` regression.

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 = "9.8.6.5" unless defined? AutoprefixerRails::VERSION
VERSION = "10.0.0" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit 4b7714a

Please sign in to comment.