Skip to content

Commit

Permalink
Release 8.4.34 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 5, 2024
1 parent 25af117 commit 477b3bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).

## 8.4.34
* Fixed `AtRule#nodes` type (by Tim Weißenfels).
* Cleaned up code (by Dmitry Kirillov).

## 8.4.33
* Fixed `NoWorkResult` behavior difference with normal mode (by Romain Menke).
* Fixed `NoWorkResult` usage conditions (by @ahmdammarr).
Expand Down
2 changes: 1 addition & 1 deletion lib/processor.js
Expand Up @@ -7,7 +7,7 @@ let Root = require('./root')

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

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

0 comments on commit 477b3bb

Please sign in to comment.