Skip to content

Commit 931018a

Browse files
committed
0.3.1
1 parent e945a7f commit 931018a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

3+
# 0.3.1
4+
5+
- Fix bug with not findings `let` bindings in nested modules.
6+
37
# 0.3.0
48

59
- Don't pick up %edgeql in single line comments.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-edgedb",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Use EdgeDB in ReScript.",
55
"main": "src/EdgeDB.mjs",
66
"bin": "dist/Cli.js",

0 commit comments

Comments
 (0)