Skip to content

Commit

Permalink
Release 8.4.29 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 29, 2023
1 parent 3360c39 commit fee5448
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).

## 8.4.29
* Fixed `Node#source.offset` (by Ido Rosenthal).
* Fixed docs (by Christian Oliff).

## 8.4.28
* Fixed `Root.source.end` for better source map (by Romain Menke).
* Fixed `Result.root` types when `process()` has no parser.
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.28'
this.version = '8.4.29'
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.28",
"version": "8.4.29",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit fee5448

Please sign in to comment.