From b9cd982fc0aaa46dbda11c399605a0eb950a7ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 7 Mar 2020 16:31:51 +0100 Subject: [PATCH] 2.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ab81751 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# static-eval Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## 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 925de2b..c345359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "static-eval", - "version": "2.0.3", + "version": "2.0.4", "description": "evaluate statically-analyzable expressions", "main": "index.js", "dependencies": {