Skip to content

Commit

Permalink
Merge pull request #93 from dfinity/finally-keyword
Browse files Browse the repository at this point in the history
Bump `moc` to 0.11.2
  • Loading branch information
rvanasa authored Jul 9, 2024
2 parents e25e4e3 + bd141ba commit 013dae2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contrib/generated/errorCodes.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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": "motoko",
"version": "3.6.16",
"version": "3.7.0",
"description": "Compile and run Motoko smart contracts in Node.js or the browser.",
"author": "Ryan Vandersmith (https://github.com/rvanasa)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/latest/base.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const keywords = [
'do',
'else',
'false',
'finally',
'flexible',
'for',
'from_candid',
Expand Down
2 changes: 1 addition & 1 deletion versions/latest/didc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/latest/moc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/latest/moc_interpreter.min.js

Large diffs are not rendered by default.

0 comments on commit 013dae2

Please sign in to comment.