Skip to content

Commit 3fe19ea

Browse files
committed
v0.0.6
1 parent 0a9a0db commit 3fe19ea

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
### Changed
77
- Nothing yet.
88

9+
## [0.0.6] - 2015-05-28
10+
### Changed
11+
- Renamed project to `postcss-modules-local-by-default`.
12+
913
## [0.0.5] - 2015-05-22
1014
### Added
1115
- 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).
@@ -30,8 +34,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3034
- Automatic local classes
3135
- Explicit global selectors with `:global`
3236

33-
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...HEAD
37+
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...HEAD
3438
[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
3539
[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
3640
[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
3741
[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
42+
[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status][ci-img]][ci]
1+
[![Build Status][ci-img]][ci] [![npm][npm-img]][npm]
22

33
# CSS Modules: Local by Default
44

@@ -41,5 +41,7 @@ MIT
4141
- [Tobias Koppers](https://github.com/sokra)
4242
- [Glen Maddern](https://github.com/geelen)
4343

44-
[ci-img]: https://img.shields.io/travis/css-modules/postcss-modules-local-by-default/master.svg?style=flat-square
45-
[ci]: https://travis-ci.org/css-modules/postcss-modules-local-by-default
44+
[ci-img]: https://img.shields.io/travis/css-modules/postcss-modules-local-by-default/master.svg?style=flat-square
45+
[ci]: https://travis-ci.org/css-modules/postcss-modules-local-by-default
46+
[npm-img]: https://img.shields.io/npm/v/postcss-modules-local-by-default.svg?style=flat-square
47+
[npm]: https://www.npmjs.com/package/postcss-modules-local-by-default

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A CSS Modules transform to make local scope the default",
55
"keywords": [
66
"css-modules",

0 commit comments

Comments
 (0)