Skip to content

Commit f81850f

Browse files
committed
v0.0.4
1 parent 0b9216f commit f81850f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66
### Changed
7+
- Nothing yet.
8+
9+
## [0.0.4] - 2015-05-22
10+
### Changed
711
- Hide global leak detection behind undocumented `lint` option until it's more robust.
812

913
## [0.0.3] - 2015-05-22
@@ -22,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2226
- Automatic local classes
2327
- Explicit global selectors with `:global`
2428

25-
[unreleased]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.3...HEAD
29+
[unreleased]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.4...HEAD
2630
[0.0.2]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.1...v0.0.2
2731
[0.0.3]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.2...v0.0.3
32+
[0.0.4]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.3...v0.0.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-local-scope",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "PostCSS plugin to transform global selectors into the local scope format of Webpack's css-loader",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)