We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568528d commit 9fb5dbeCopy full SHA for 9fb5dbe
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 7.1.0 / 2020-01-09
2
+
3
+- Respect `map.annotation` option when set to a string ([#307](https://github.com/postcss/postcss-cli/pull/307))
4
5
# 7.0.0 / 2020-01-07
6
7
- **BREAKING:** Drop support for Node 6 & 8
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "7.0.0",
+ "version": "7.1.0",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments