diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-07-22 21:13:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 21:13:43 +0800 |
commit | ec7fadcb5b22153c77d68d80636f6e893542a5d2 (patch) | |
tree | 4ff56f5d336e4c969449fb60ec0ada09ef79a724 | |
parent | 65adeba55da7eb39daaa21044523141490effd6f (diff) | |
download | tracifyjs-ec7fadcb5b22153c77d68d80636f6e893542a5d2.tar.gz tracifyjs-ec7fadcb5b22153c77d68d80636f6e893542a5d2.zip |
v3.14.0
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7e7e5f48..f693d4ca 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "JavaScript parser, mangler/compressor and beautifier toolkit", "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)", "license": "BSD-2-Clause", - "version": "3.13.10", + "version": "3.14.0", "engines": { "node": ">=0.8.0" }, |