Skip to content

Commit 49c906e

Browse files
committed
Release 8.4.37 version
1 parent b5bd92c commit 49c906e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

4+
## 8.4.37
5+
* Fixed `original.column are not numbers` error in another case.
6+
47
## 8.4.36
58
* Fixed `original.column are not numbers` error on broken previous source map.
69

lib/processor.js

+1-1
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.36'
10+
this.version = '8.4.37'
1111
this.plugins = this.normalize(plugins)
1212
}
1313

package.json

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

0 commit comments

Comments
 (0)