File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
### Changed
7
+ - Nothing yet.
8
+
9
+ ## [ 0.0.4] - 2015-05-22
10
+ ### Changed
7
11
- Hide global leak detection behind undocumented ` lint ` option until it's more robust.
8
12
9
13
## [ 0.0.3] - 2015-05-22
@@ -22,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
26
- Automatic local classes
23
27
- Explicit global selectors with ` :global `
24
28
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
26
30
[ 0.0.2 ] : https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.1...v0.0.2
27
31
[ 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-local-scope" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " PostCSS plugin to transform global selectors into the local scope format of Webpack's css-loader" ,
5
5
"keywords" : [
6
6
" postcss" ,
You can’t perform that action at this time.
0 commit comments