Skip to content

Commit 0b636f3

Browse files
Merge pull request #8 from DefactoSoftware/release-v0.0.4
Release v0.0.4
2 parents 45995b3 + d952dbf commit 0b636f3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.0.4
2+
3+
## Changed
4+
- The embed option is now evaluated to allow `Mix.env == :prod` and other code that needs to be evaluated (#7)
5+
16
# v0.0.3
27

38
## Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install from [Hex.pm](https://hex.pm/packages/ex_css_modules):
1616

1717
```ex
1818
def deps do
19-
[{:ex_css_modules, "~> 0.0.3"}]
19+
[{:ex_css_modules, "~> 0.0.4"}]
2020
end
2121
```
2222

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExCSSModules.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.3"
4+
@version "0.0.4"
55

66
def project do
77
[app: :ex_css_modules,

0 commit comments

Comments
 (0)