terser 5.27.2 → 5.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.28.1
4
+ (hotfix release)
5
+ - Reverts v5.28.0
6
+
7
+ ## v5.28.0
8
+ - Optimise redundant or shrinkable bitwise operations (`|`, `^`, `&`, `>>`, `<<`)
9
+ - Evaluate some `BigInt` math operations
10
+
3
11
  ## v5.27.2
4
12
  - Recognise `this` as a reference to the surrounding class in `drop_unused`. Closes #1472
5
13
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "homepage": "https://terser.org",
5
5
  "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
6
6
  "license": "BSD-2-Clause",
7
- "version": "5.27.2",
7
+ "version": "5.28.1",
8
8
  "engines": {
9
9
  "node": ">=10"
10
10
  },