Skip to content

Commit 5106dc0

Browse files
committed
v0.0.7
1 parent e544095 commit 5106dc0

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.7] - 2015-05-30
10+
### Changed
711
- Migrated to `css-selector-tokenizer`.
812

913
## [0.0.6] - 2015-05-28
@@ -34,9 +38,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3438
- Automatic local classes
3539
- Explicit global selectors with `:global`
3640

37-
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...HEAD
41+
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...HEAD
3842
[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
3943
[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
4044
[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
4145
[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
4246
[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6
47+
[0.0.7]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7

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

0 commit comments

Comments
 (0)