Skip to content

Commit bb6e9af

Browse files
committed
Release v0.0.6
1 parent 2b558a4 commit bb6e9af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.0.6
2+
3+
## Added
4+
- Add possiblity to call `class/3`, `class_name/3` and `class_selector/2` with an atom as second argument (#22).
5+
- Add typespecs to functions in ExCSSModules module (#22).
6+
17
# v0.0.5
28

39
## Added

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

66
def project do
77
[

0 commit comments

Comments
 (0)