From 354a24cbb7112b02e2f37951c680d9320370e8a6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Mar 2021 09:10:36 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.1...v1.1.2) (2021-03-21) ### Bug Fixes * add used nonce to data submission request ([936fb10](https://github.com/InOG-projects/IRIS-library-js/commit/936fb10ffe8df9d2bf9c3fc1c2cfb1e336554c31)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3bcb265..ba5f875 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.1...v1.1.2) (2021-03-21) + + +### Bug Fixes + +* add used nonce to data submission request ([936fb10](https://github.com/InOG-projects/IRIS-library-js/commit/936fb10ffe8df9d2bf9c3fc1c2cfb1e336554c31)) + ## [1.1.1](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.0...v1.1.1) (2021-03-21) diff --git a/package.json b/package.json index 92a2839..ddbe689 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "type": "git", "url": "https://github.com/InOG-projects/IRIS-library-js.git" }, - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "axios": "^0.21.1" },