From d6bff1d193d380bd43899c07ad8a8ac0f12b5d68 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Dec 2021 21:14:18 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/jmfiaschi/json_value_resolve/compare/v1.0.3...v1.0.4) (2021-12-17) ### Bug Fixes * **cicd:** update version automatically ([37e2247](https://github.com/jmfiaschi/json_value_resolve/commit/37e224766e77464f4fc8938970c1340435a6e31e)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a443e35..4f096d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json_value_resolve" -version ="1.0.4-beta.5" +version ="1.0.4" authors = ["Jean-Marc Fiaschi "] edition = "2018" description = "Interface to resolve String to serde_json::Value."