Skip to content

Commit f397c56

Browse files
chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.0.1 (#348)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cc464e commit f397c56

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"providers/go-feature-flag": "0.2.14",
55
"providers/flagsmith": "0.0.8",
66
"providers/env-var": "0.0.4",
7-
"providers/jsonlogic-eval-provider": "1.0.0",
7+
"providers/jsonlogic-eval-provider": "1.0.1",
88
"providers/unleash": "0.0.2-alpha",
99
"providers/flipt": "0.0.2"
1010
}

providers/jsonlogic-eval-provider/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.0.0...dev.openfeature.contrib.providers.jsonlogic-v1.0.1) (2023-10-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency org.json:json to v20230618 ([#344](https://github.com/open-feature/java-sdk-contrib/issues/344)) ([5dfca22](https://github.com/open-feature/java-sdk-contrib/commit/5dfca22896cea137cb853410580318434cecc1a4))
9+
* **deps:** update dependency org.json:json to v20231013 [security] ([#500](https://github.com/open-feature/java-sdk-contrib/issues/500)) ([5cc464e](https://github.com/open-feature/java-sdk-contrib/commit/5cc464e9b55bec7cc4ad89111367505472329409))
10+
11+
12+
### 🧹 Chore
13+
14+
* generate automatic module names ([#407](https://github.com/open-feature/java-sdk-contrib/issues/407)) ([f18df0f](https://github.com/open-feature/java-sdk-contrib/commit/f18df0f7bcfc0db3e1ef10aa299aa7d7a17d74f7))
15+
316
## 1.0.0 (2023-04-13)
417

518

providers/jsonlogic-eval-provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ achieve low latency flag evaluation.
1111
<dependency>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>jsonlogic-eval-provider</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
</dependency>
1616
```
1717
<!-- x-release-please-end-version -->

providers/jsonlogic-eval-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>jsonlogic-eval-provider</artifactId>
13-
<version>1.0.0</version> <!--x-release-please-version -->
13+
<version>1.0.1</version> <!--x-release-please-version -->
1414

1515
<name>inline-evaluating-provider</name>
1616
<description>Allows for evaluating rules on the client without synchronous calls to a backend</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)