Skip to content

Commit

Permalink
Release 9.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 24, 2018
1 parent e6067b7 commit 1371f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 9.3.1
* Fix Grid prefixes with `repeat()` value (by Bogdan Dolin).

## 9.3 “Labor omnia vincit”
* Add `place-self` support (by Bogdan Dolin).
* Fix Grid row/column span inheritance bug (by Bogdan Dolin).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "9.3.0",
"version": "9.3.1",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
Expand Down

0 comments on commit 1371f49

Please sign in to comment.