Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.0.4

## Changed
- The embed option is now evaluated to allow `Mix.env == :prod` and other code that needs to be evaluated (#7)

# v0.0.3

## Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install from [Hex.pm](https://hex.pm/packages/ex_css_modules):

```ex
def deps do
[{:ex_css_modules, "~> 0.0.3"}]
[{:ex_css_modules, "~> 0.0.4"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExCSSModules.Mixfile do
use Mix.Project

@version "0.0.3"
@version "0.0.4"

def project do
[app: :ex_css_modules,
Expand Down