Skip to content

Commit 5f5559e

Browse files
author
Richard Feldman
committed
Updates to README for 6.0.0
1 parent 09dbeb6 commit 5f5559e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ view =
204204
## Releases
205205
| Version | Notes |
206206
| ------- | ----- |
207+
| [**6.0.0**](https://github.com/rtfeldman/elm-css/tree/6.0.0) | `float` is now `num`. Length units expose type aliases, e.g. `Px`. Many new keywords!
207208
| [**5.0.0**](https://github.com/rtfeldman/elm-css/tree/5.0.0) | Have `compile` accept multiple files, add more keywords.
208209
| [**4.0.2**](https://github.com/rtfeldman/elm-css/tree/4.0.2) | Fix for [#140](https://github.com/rtfeldman/elm-css/issues/140)
209210
| [**4.0.1**](https://github.com/rtfeldman/elm-css/tree/4.0.1) | Fix for [#136](https://github.com/rtfeldman/elm-css/issues/136)

elm-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0",
2+
"version": "6.0.0",
33
"summary": "CSS Preprocessor for Elm",
44
"repository": "https://github.com/rtfeldman/elm-css.git",
55
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)