Skip to content

Commit d8d93b9

Browse files
authored
update changesets (#1512)
Following up on #1502, cc @teofr: - use exact node kinds/identifiers in the messaging. - use `patch` instead of `minor`, as it is a grammar bug fix.
1 parent e229b5e commit d8d93b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/spotty-ducks-behave.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@nomicfoundation/slang": minor
2+
"@nomicfoundation/slang": patch
33
---
44

5-
Fixed the old style revert calls (`revert("oops!")`) to be parsed as a normal function call rather than a `revert` statement.
5+
Fixed the old style revert calls (`revert("oops!")`) to be parsed as a `FunctionCallExpression` rather than a `RevertStatement`.

0 commit comments

Comments
 (0)