Skip to content

Commit

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

## 8.4.1
* Fixed `Stringifier` types (by James Garbutt).

## 8.4 “President Camio”
* Added ranges for errors and warnings (by Adaline Valentina Simonian).
* Added `Stringifier` types (by James Garbutt).
Expand Down
2 changes: 1 addition & 1 deletion lib/processor.js
Expand Up @@ -7,7 +7,7 @@ let NoWorkResult = require('./no-work-result')

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "8.4.0",
"version": "8.4.1",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit 5134979

Please sign in to comment.