Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zwilias committed Oct 20, 2019
1 parent c5100e0 commit 14b4554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.2.0

**Additions:**
- `optionalNullableField`: Putting `optionalField` and `nullable` together

### 4.1.0

**Additions:**
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "elm-community/json-extra",
"summary": "Convenience functions for working with JSON",
"license": "MIT",
"version": "4.1.0",
"version": "4.2.0",
"exposed-modules": [
"Json.Decode.Extra",
"Json.Encode.Extra"
Expand Down

0 comments on commit 14b4554

Please sign in to comment.