Skip to content

Commit 2c55106

Browse files
author
Kyle Andrews
committed
Prepares for v0.1.1 release
1 parent 6ca141b commit 2c55106

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2020-01-18
11+
1012
### Fixed
1113

1214
- No longer using `compressed` output because it was stripping comments needed to temporarily disable purgeCSS
@@ -22,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
- Developers can disable `purgeCSS`
2325
- CLI consumes user provided config file
2426

25-
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD
26-
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0
27+
[unreleased]: https://github.com/codewithkyle/cssmonster/compare/v0.1.1...HEAD
28+
[0.1.1]: https://github.com/codewithkyle/cssmonster/compare/v0.1.0...v0.1.1
29+
[0.1.0]: https://github.com/codewithkyle/cssmonster/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssmonster",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CSSMonster helps developers manage normalize.css, node-sass, and purgeCSS with ease.",
55
"main": "cssmonster.js",
66
"author": "Kyle Andrews",

0 commit comments

Comments
 (0)