diff --git a/ChangeLog b/ChangeLog index 3c654f3..6df78d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024.05.30, v5.12.0 + +feature: +- ade2799 goldstein: useless comma + 2024.05.28, v5.11.0 feature: diff --git a/package.json b/package.json index 04f7baa..7b5462d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goldstein", - "version": "5.11.0", + "version": "5.12.0", "type": "module", "author": "coderaiser (https://github.com/coderaiser)", "description": "JavaScript with no limits", diff --git a/packages/keyword-guard/index.spec.js b/packages/keyword-guard/index.spec.js index 65b30a4..6d8acb3 100644 --- a/packages/keyword-guard/index.spec.js +++ b/packages/keyword-guard/index.spec.js @@ -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(); });