Skip to content

Commit 445c70c

Browse files
author
Kyle Andrews
committed
Prepares for v0.2 release
1 parent e52f687 commit 445c70c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2.0] - 2020-02-10
11+
1012
### Added
1113

1214
- updated purgeCSS to v2 [#3](https://github.com/codewithkyle/cssmonster/issues/3)
@@ -29,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931
- Developers can disable `purgeCSS`
3032
- CLI consumes user provided config file
3133

32-
[unreleased]: https://github.com/codewithkyle/cssmonster/compare/v0.1.1...HEAD
34+
[unreleased]: https://github.com/codewithkyle/cssmonster/compare/v0.2.0...HEAD
35+
[0.2.0]: https://github.com/codewithkyle/cssmonster/compare/v0.1.1...v0.2.0
3336
[0.1.1]: https://github.com/codewithkyle/cssmonster/compare/v0.1.0...v0.1.1
3437
[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.1",
3+
"version": "0.2.0",
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)