diff --git a/CHANGELOG.md b/CHANGELOG.md index ab81751..1841c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.5 +* Fix function bodies being invoked during declaration. ([@RoboPhred](https://github.com/RoboPhred) in [#30](https://github.com/browserify/static-eval/pull/30)) + ## 2.0.4 * Short-circuit evaluation in `&&` and `||` expressions. ([@RoboPhred](https://github.com/RoboPhred) in [#28](https://github.com/browserify/static-eval/pull/28)) * Start tracking changes. diff --git a/package.json b/package.json index fdf60ef..d8244a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "static-eval", - "version": "2.0.4", + "version": "2.0.5", "description": "evaluate statically-analyzable expressions", "main": "index.js", "dependencies": {