Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz290788 committed Aug 23, 2021
1 parent e674563 commit 91eec6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# illogical changelog

## 1.5.1

- Fix issue with nested conditions not being completely simplified.

## 1.5.0

- Add simplify capability to strictly evaluate the expression for all referred values
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@briza/illogical",
"version": "1.5.0",
"version": "1.5.1",
"description": "A micro conditional javascript engine used to parse the raw logical and comparison expressions, evaluate the expression in the given data context, and provide access to a text form of the given expressions.",
"main": "lib/illogical.js",
"module": "lib/illogical.esm.js",
Expand Down

0 comments on commit 91eec6c

Please sign in to comment.