Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45c5501

Browse filesBrowse files
committed
Release 8.4.30 version
1 parent bc3c341 commit 45c5501
Copy full SHA for 45c5501

File tree

3 files changed

+5
-2
lines changed
Filter options

3 files changed

+5
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
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.30
5+
* Improve sourcemap performance (by Romain Menke).
6+
47
## 8.4.29
58
* Fixed `Node#source.offset` (by Ido Rosenthal).
69
* Fixed docs (by Christian Oliff).

‎lib/processor.js

Copy file name to clipboardExpand all lines: lib/processor.js
+1-1Lines 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.29'
10+
this.version = '8.4.30'
1111
this.plugins = this.normalize(plugins)
1212
}
1313

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.29",
3+
"version": "8.4.30",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.