From 3994c4aa3ce1835c9b36ae17ab94e45c21b56fb2 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sat, 25 Sep 2021 09:29:00 +0200 Subject: [PATCH] Release 7.0.38 version --- CHANGELOG.md | 3 +++ lib/processor.es6 | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 762779243..a4814257b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 7.0.38 +* Update `Processor#version`. + ## 7.0.37 * Backport `chalk` to `nanocolors` migration. diff --git a/lib/processor.es6 b/lib/processor.es6 index 4f83f4560..8309a9cdc 100644 --- a/lib/processor.es6 +++ b/lib/processor.es6 @@ -25,7 +25,7 @@ class Processor { * throw new Error('This plugin works only with PostCSS 6') * } */ - this.version = '7.0.36' + this.version = '7.0.38' /** * Plugins added to this processor. * diff --git a/package.json b/package.json index 65ed1da31..6291fed1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss", - "version": "7.0.37", + "version": "7.0.38", "description": "Tool for transforming styles with JS plugins", "engines": { "node": ">=6.0.0"