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 3994c4a

Browse filesBrowse files
committed
Release 7.0.38 version
1 parent 6944e1d commit 3994c4a
Copy full SHA for 3994c4a

File tree

Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 7.0.38
5+
* Update `Processor#version`.
6+
47
## 7.0.37
58
* Backport `chalk` to `nanocolors` migration.
69

Collapse file

‎lib/processor.es6‎

Copy file name to clipboardExpand all lines: lib/processor.es6
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Processor {
2525
* throw new Error('This plugin works only with PostCSS 6')
2626
* }
2727
*/
28-
this.version = '7.0.36'
28+
this.version = '7.0.38'
2929
/**
3030
* Plugins added to this processor.
3131
*
Collapse file

‎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": "7.0.37",
3+
"version": "7.0.38",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": ">=6.0.0"

0 commit comments

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