diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..bc0f438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,64 @@ +# Changelog + + + +## 1.3.1 [#21](https://github.com/naman03malhotra/match-rules/pull/21) + +### Patch + +- Minor: Fix when source is a different type, exit gracefully + +## 1.3.0 [#20](https://github.com/naman03malhotra/match-rules/pull/20) + +### Minor + +- Minor: Fix when source is a different type, exit gracefully + +## 1.2.3 - 1.2.8 + +### patches + +- ReadMe and example updates + +## 1.2.3 [#13](https://github.com/naman03malhotra/match-rules/pull/13) + +### Patch + +- added coveralls coverage for code + +## 1.2.0 [#9](https://github.com/naman03malhotra/match-rules/pull/9) + +### Minor + +- Removed esm module build and added MIT license + +## 1.1.1 [#8](https://github.com/naman03malhotra/match-rules/pull/8) + +### Minor + +- MatchRules is now a default export + +### 1.0.1 [#1](https://github.com/naman03malhotra/match-rules/pull/1) + +### Feat (Major) + +- First stable version diff --git a/package.json b/package.json index 57659dd..bec59d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "match-rules", - "version": "1.3.0", + "version": "1.3.1", "description": "A javascript utility for conditional rendering (implementing business logic) of complex rules using a rules and source object.", "main": "lib/match_rules.js", "repository": {