Skip to content

Commit d2e7678

Browse files
committed
7.1.1
1 parent 0758cd1 commit d2e7678

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 7.1.0 / 2020-01-09
27

38
- Respect `map.annotation` option when set to a string ([#307](https://github.com/postcss/postcss-cli/pull/307))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cli",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)