Skip to content

Commit

Permalink
🚀 0.12.1: Fix Metadata module
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Jun 8, 2022
1 parent 00ac2c0 commit 3fe204e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-struct",
"version": "0.12.0",
"version": "0.12.1",
"description": "A simple and composable way to describe relationship between JavaScript and ReScript structures",
"keywords": [
"ReScript",
Expand Down
2 changes: 1 addition & 1 deletion src/S.res
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ module MakeMetadata = (
ignore(key)
ignore(value)
%raw(`{
...obj,
...dict,
[key]: value,
}`)
}
Expand Down

0 comments on commit 3fe204e

Please sign in to comment.