Skip to content

Commit cc7f5bc

Browse files
committed
v0.0.9
1 parent f0f3bae commit cc7f5bc

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.9] - 2015-06-12
10+
### Changed
711
- Using global selectors outside of a global context no longer triggers warnings. Instead, this functionality will be provided by a CSS Modules linter.
812

913
### Fixed
@@ -48,11 +52,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4852
- Automatic local classes
4953
- Explicit global selectors with `:global`
5054

51-
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...HEAD
55+
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...HEAD
5256
[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
5357
[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
5458
[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
5559
[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
5660
[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6
5761
[0.0.7]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7
5862
[0.0.8]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8
63+
[0.0.9]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9

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

0 commit comments

Comments
 (0)