Skip to content

Commit

Permalink
Release v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDegraeve committed Sep 29, 2020
1 parent 4e837e4 commit abfe27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "res-react-intl",
"version": "3.0.4",
"version": "3.0.5",
"description": "Reason/OCaml PPX generating ReactIntl `id` from `defaultMessage`",
"author": "Simon Degraeve <simon.degraeve@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/Mapper.re
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ let extractMessagesFromValueBindings =
Ast_helper.Exp.record(
~attrs=expr.pexp_attributes,
~loc=expr.pexp_loc,
extractMessageFromRecord(expr.pexp_loc, fields, callback),
extractMessageFromRecord(~loc=expr.pexp_loc, fields, callback),
None,
),
)
Expand Down

0 comments on commit abfe27c

Please sign in to comment.