Skip to content

Commit

Permalink
Release 8.3.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 17, 2021
1 parent 9c43841 commit e3781e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let Root = require('./root')

class Processor {
constructor(plugins = []) {
this.version = '8.3.4'
this.version = '8.3.5'
this.plugins = this.normalize(plugins)
}

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": "postcss",
"version": "8.3.4",
"version": "8.3.5",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit e3781e9

Please sign in to comment.