Skip to content

Commit

Permalink
Release 8.4.44 version
Browse files Browse the repository at this point in the history
ai committed Sep 2, 2024
1 parent 3c7cda0 commit d442dc7
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).

## 8.4.44
* Another way to fix `markClean is not a function` error.

## 8.4.43
* Fixed `markClean is not a function` error.

2 changes: 1 addition & 1 deletion lib/processor.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ let Root = require('./root')

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

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.43",
"version": "8.4.44",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"

0 comments on commit d442dc7

Please sign in to comment.