The Wayback Machine - https://web.archive.org/web/20220428100015/https://github.com/postcss/autoprefixer/commit/fdddbf364d80bbc65b9871f3452da3944321ef9d
Skip to content
Permalink
Browse files
Release 10.4.5 version
  • Loading branch information
ai committed Apr 23, 2022
1 parent 4ad9f72 commit fdddbf364d80bbc65b9871f3452da3944321ef9d
Showing with 4 additions and 1 deletion.
  1. +3 −0 CHANGELOG.md
  2. +1 −1 package.json
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.4.5
* Fixed `NaN` in grid (by @SukkaW).

## 10.4.4
* Fixed `package.funding` to have same value between all PostCSS packages.

@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "10.4.4",
"version": "10.4.5",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"

0 comments on commit fdddbf3

Please sign in to comment.