Skip to content

Commit 0ebcd26

Browse files
committed
0.0.11
1 parent 255f358 commit 0ebcd26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.11] - 2015-07-19
610
### Fixed
711
- Localisation of animation properties.
812

@@ -66,3 +70,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6670
[0.0.8]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8
6771
[0.0.9]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9
6872
[0.0.10]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10
73+
[0.0.11]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11

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

0 commit comments

Comments
 (0)