Skip to content

Commit 0f57425

Browse files
committed
Prepare release
1 parent b46000f commit 0f57425

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Tags:
99
- [Internal]
1010
- [Polish]
1111

12+
## 0.3.0 (November 22, 2015)
13+
14+
- **New Feature**
15+
- Allow using a file path as context option which will be loaded by the plugin and whose exports are used as styesheet context
16+
- **Polish**
17+
- Expose important Makefile targets as npm scripts
18+
1219
## 0.2.0 (November 19, 2015)
1320

1421
- **Breaking Change**

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-cli": "^6.1.2",
2323
"babel-core": "^6.1.2",
2424
"babel-loader": "^6.0.1",
25-
"babel-plugin-css-in-js": "^0.2.0",
25+
"babel-plugin-css-in-js": "^0.3.0",
2626
"babel-plugin-syntax-jsx": "^6.1.18",
2727
"babel-plugin-transform-node-env-inline": "^6.0.14",
2828
"babel-preset-es2015": "^6.1.2",

0 commit comments

Comments
 (0)