Skip to content

Commit b5ab0d7

Browse files
committed
2.0.5
1 parent aa0eaeb commit b5ab0d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.0.5
6+
* Fix function bodies being invoked during declaration. ([@RoboPhred](https://github.com/RoboPhred) in [#30](https://github.com/browserify/static-eval/pull/30))
7+
58
## 2.0.4
69
* Short-circuit evaluation in `&&` and `||` expressions. ([@RoboPhred](https://github.com/RoboPhred) in [#28](https://github.com/browserify/static-eval/pull/28))
710
* Start tracking changes.

package.json

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

0 commit comments

Comments
 (0)