Skip to content

Commit

Permalink
Release 10.3.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 2, 2021
1 parent c1bc741 commit 1341747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.3.4
* Fixed `stretch` value in latest Firefox.

## 10.3.3
* Fixed wrong `-moz-` prefix from `::file-selector-button` (by Usman Yunusov).

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "10.3.3",
"version": "10.3.4",
"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

2 comments on commit 1341747

@XhmikosR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ai it seems you missed the GitHub releases :)

@ai
Copy link
Member Author

@ai ai commented on 1341747 Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Fixed.

Please sign in to comment.