Skip to content

Commit

Permalink
chore: goldstein: v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 30, 2024
1 parent ade2799 commit d801e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024.05.30, v5.12.0

feature:
- ade2799 goldstein: useless comma

2024.05.28, v5.11.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goldstein",
"version": "5.11.0",
"version": "5.12.0",
"type": "module",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "JavaScript with no limits",
Expand Down
2 changes: 0 additions & 2 deletions packages/keyword-guard/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import keywordFn from './index.js';
const test = createTest(import.meta.url, keywordFn);

test('goldstein: keyword: guard', (t) => {
debugger;

t.compile('guard');
t.end();
});
Expand Down

0 comments on commit d801e4c

Please sign in to comment.