Skip to content

Commit 291d1d9

Browse files
committed
Prepare release
1 parent e109ec7 commit 291d1d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.1.2
4+
- Only log if there is something to log (don't log undefined).
5+
36
## v0.1.1
47
- Only exit process if code is non-zero.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-log-warnings",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Log PostCSS warnings in the console",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)