Browse Source

Fixed mocha exit on node 10

sanex3339 5 years ago
parent
commit
6d04f1b838
6 changed files with 7 additions and 1 deletions
  1. 1 0
      .github/FUNDING.yml
  2. 5 0
      CHANGELOG.md
  3. 0 0
      dist/index.browser.js
  4. 0 0
      dist/index.cli.js
  5. 0 0
      dist/index.js
  6. 1 1
      package.json

+ 1 - 0
.github/FUNDING.yml

@@ -0,0 +1 @@
+open_collective: javascript-obfuscator

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 Change Log
 
+v0.20.2
+---
+* Added funding button
+* Internal dependencies update, Happy New Year 2020!
+
 v0.20.1
 ---
 * Fixed identifier names generations for `mangled` and `dictionary` identifier names generators

File diff suppressed because it is too large
+ 0 - 0
dist/index.browser.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.cli.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "javascript-obfuscator",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "JavaScript obfuscator",
   "keywords": [
     "obfuscator",

Some files were not shown because too many files changed in this diff