Skip to content

Commit 618db98

Browse files
committed
v0.0.5
1 parent 04bf8c6 commit 618db98

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
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
### Changed
7+
- Nothing yet.
8+
9+
## [0.0.5] - 2015-05-22
610
### Added
711
- Support for css-loader [inheritance](https://github.com/webpack/css-loader#inheriting) and [local imports](https://github.com/webpack/css-loader#importing-local-class-names).
812

@@ -26,7 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2630
- Automatic local classes
2731
- Explicit global selectors with `:global`
2832

29-
[unreleased]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.4...HEAD
33+
[unreleased]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.5...HEAD
3034
[0.0.2]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.1...v0.0.2
3135
[0.0.3]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.2...v0.0.3
3236
[0.0.4]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.3...v0.0.4
37+
[0.0.5]: https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.4...v0.0.5

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.4",
3+
"version": "0.0.5",
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)