Skip to content

Commit c682147

Browse files
committed
2.1.1
1 parent 22fc478 commit c682147

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 2.1.1
6+
* Update `escodegen`. [@FabianWarnecke](https://github.com/FabianWarnecke) in [#43](https://github.com/browserify/static-eval/pull/43)
7+
8+
escodegen doesn't officially support all the Node.js versions that `static-eval` supports, but so far it still works on them.
9+
This has been the case for both v1.x and v2.1.0 of escodegen, so the upgrade doesn't change that situation.
10+
511
## 2.1.0
612
* Add `allowAccessToMethodsOnFunctions` option to restore 1.x behaviour so that [cwise](https://github.com/scijs/cwise) can upgrade. ([@archmoj](https://github.com/archmoj) in [#31](https://github.com/browserify/static-eval/pull/31))
713

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "static-eval",
33
"description": "evaluate statically-analyzable expressions",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": {
66
"name": "James Halliday",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)