Skip to content

Commit

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

## 8.4.4
* Fixed absolute path in source map on zero plugins mode.

## 8.4.3
* Fix `this.css.replace is not a function` error.
* Fixed `this.css.replace is not a function` error.

## 8.4.2
* Fixed previous source map support in zero plugins mode.
Expand Down
2 changes: 1 addition & 1 deletion lib/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let Root = require('./root')

class Processor {
constructor(plugins = []) {
this.version = '8.4.3'
this.version = '8.4.4'
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.4.3",
"version": "8.4.4",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit 2dd468e

Please sign in to comment.