Skip to content

Commit

Permalink
Release 10.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albb0920 committed Jan 6, 2021
1 parent 9c8ec1a commit f810287
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.2.0.0 "Sub rosa"
* Added TypeScript definitions (by Dmitry Semigradsky).
* Fixed docs (by Florian Pellet).
* Update Can I Use data.
* Update postcss to 8.2.2

## 10.1.0.0 "Pula"
* Fixed `Cannot read property 'proxyOf' of undefined` error (by Igor Kamyshev).
* Added `dpcm` unit support to `min-resolution: 2dppx` (by Robert Eisele).
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.1.0.0" unless defined? AutoprefixerRails::VERSION
VERSION = "10.2.0.0" unless defined? AutoprefixerRails::VERSION
end

0 comments on commit f810287

Please sign in to comment.