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 0758cd1 commit d2e7678Copy full SHA for d2e7678
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 7.1.1 / 2020-04-27
2
+
3
+- Fix bug where external source maps were not properly generated ([#324](https://github.com/postcss/postcss-cli/pull/324))
4
+- Update dependencies
5
6
# 7.1.0 / 2020-01-09
7
8
- Respect `map.annotation` option when set to a string ([#307](https://github.com/postcss/postcss-cli/pull/307))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "7.1.0",
+ "version": "7.1.1",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments