Skip to content

Commit

Permalink
Release 7.0.39 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 4, 2021
1 parent 6791bd3 commit e17c1ef
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](http://semver.org/).

## 7.0.39
* Reduce package size.
* Backport `nanocolors` to `picocolors` migration.

## 7.0.38
* Update `Processor#version`.

Expand Down
2 changes: 1 addition & 1 deletion lib/processor.es6
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Processor {
* throw new Error('This plugin works only with PostCSS 6')
* }
*/
this.version = '7.0.38'
this.version = '7.0.39'
/**
* Plugins added to this processor.
*
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": "7.0.38",
"version": "7.0.39",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit e17c1ef

Please sign in to comment.