Skip to content

Commit b9cd982

Browse files
committed
2.0.4
1 parent 19422b2 commit b9cd982

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# static-eval Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 2.0.4
6+
* Short-circuit evaluation in `&&` and `||` expressions. ([@RoboPhred](https://github.com/RoboPhred) in [#28](https://github.com/browserify/static-eval/pull/28))
7+
* Start tracking changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "static-eval",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "evaluate statically-analyzable expressions",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)