Skip to content

Commit d2960e7

Browse files
Merge pull request #16 from naman03malhotra/version-bump
version bump, CD passing
2 parents 5f0b5fb + a3bb66a commit d2960e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It can be used on feature flags, complex conditions, conditional rendering, etc.
1010

1111
[![Build Status](https://github.com/naman03malhotra/match-rules/workflows/CD/badge.svg?branch=master)](https://github.com/naman03malhotra/match-rules/actions)
1212

13-
[![Coverage Status](https://coveralls.io/repos/github/naman03malhotra/match-rules/badge.svg?branch=master)](https://coveralls.io/github/naman03malhotra/match-rules?branch=master)
13+
[![Coverage Status](https://coveralls.io/repos/github/naman03malhotra/match-rules/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/naman03malhotra/match-rules?branch=master&kill_cache=1)
1414

1515
Through npm
1616
`npm install match-rules --save`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "match-rules",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "A javascript utility for conditional rendering (implementing business logic) of complex rules using a rules and source object.",
55
"main": "lib/match_rules.js",
66
"repository": {

0 commit comments

Comments
 (0)