Skip to content

Commit 458f773

Browse files
authored
Merge pull request #11 from DefactoSoftware/release-0.0.5
Release v0.0.5
2 parents a267990 + 5562bae commit 458f773

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# v0.0.5
2+
3+
## Added
4+
- Add `class/2` for conditional checking (#10).
5+
16
# v0.0.4
27

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

611
# v0.0.3
712

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.4"}]
19+
[{:ex_css_modules, "~> 0.0.5"}]
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.4"
4+
@version "0.0.5"
55

66
def project do
77
[app: :ex_css_modules,

0 commit comments

Comments
 (0)