Skip to content

Commit fee5448

Browse files
committed
Release 8.4.29 version
1 parent 3360c39 commit fee5448

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

4+
## 8.4.29
5+
* Fixed `Node#source.offset` (by Ido Rosenthal).
6+
* Fixed docs (by Christian Oliff).
7+
48
## 8.4.28
59
* Fixed `Root.source.end` for better source map (by Romain Menke).
610
* Fixed `Result.root` types when `process()` has no parser.

lib/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let Root = require('./root')
77

88
class Processor {
99
constructor(plugins = []) {
10-
this.version = '8.4.28'
10+
this.version = '8.4.29'
1111
this.plugins = this.normalize(plugins)
1212
}
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "8.4.28",
3+
"version": "8.4.29",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
 (0)