Skip to content

Commit

Permalink
Release 10.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 27, 2020
1 parent 207f4ad commit d46eb26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.0.1
* Fix PostCSS 8.1 compatability.
* Add our OpenCollective to `package.json`.
* Clean up code (by Sukka).

## 10.0 “Alis volat propriis”
* Removed support for Node.js 6.x, 8.x, 11.x.
* Moved `postcss` to `peerDependencies`.
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": "10.0.0",
"version": "10.0.1",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit d46eb26

Please sign in to comment.