Skip to content

Commit d9d1de8

Browse files
authored
Merge pull request #114 from DefactoSoftware/pien/v0.0.9
Release v0.0.9
2 parents 9ed26d1 + 8a1ef9a commit d9d1de8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.MD

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.0.9
2+
3+
## Changed
4+
- The task `:build_stylesheet_definitions_json_task` would run when a stylesheet definitions JSON file was not found. Now it will also run if the JSON file is empty (/DefactoSoftware/ex_css_modules/pull/#113).
5+
- Compilation errors now have a more detailed explanation when the JSON file is not found or empty (/DefactoSoftware/ex_css_modules/pull/#113).
6+
17
# v0.0.8
28

39
## Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Install from [Hex.pm](https://hex.pm/packages/ex_css_modules):
5050

5151
```ex
5252
def deps do
53-
[{:ex_css_modules, "~> 0.0.8"}]
53+
[{:ex_css_modules, "~> 0.0.9"}]
5454
end
5555
```
5656

mix.exs

+1-1
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.8"
4+
@version "0.0.9"
55

66
def project do
77
[

0 commit comments

Comments
 (0)