Skip to content

Commit cc92a12

Browse files
committed
v0.0.8
1 parent 44c8e7d commit cc92a12

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.8] - 2015-06-11
610
### Added
711
- Pure mode where only local scope is allowed.
812

@@ -41,10 +45,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4145
- Automatic local classes
4246
- Explicit global selectors with `:global`
4347

44-
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...HEAD
48+
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...HEAD
4549
[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
4650
[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
4751
[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
4852
[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
4953
[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6
5054
[0.0.7]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7
55+
[0.0.8]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8

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.7",
3+
"version": "0.0.8",
44
"description": "A CSS Modules transform to make local scope the default",
55
"keywords": [
66
"css-modules",

0 commit comments

Comments
 (0)