From 71457d8c6a128f618e47e0b0f488a46e0c093f06 Mon Sep 17 00:00:00 2001 From: Soma Lucz Date: Wed, 6 May 2020 21:35:51 +0200 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74991a..fa00205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [1.1.0](https://github.com/Diplomatiq/resily/compare/v1.0.0...v1.1.0) (2020-05-06) + + + # 1.0.0 (2020-04-02) diff --git a/package-lock.json b/package-lock.json index 16f68b5..a71450e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@diplomatiq/resily", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab4bb01..50b17fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplomatiq/resily", - "version": "1.0.0", + "version": "1.1.0", "description": "Resily is a TypeScript resilience and transient-fault-handling library that allows developers to express policies such as Retry, Fallback, Circuit Breaker, Timeout, Bulkhead Isolation, and Cache. Inspired by App-vNext/Polly.", "main": "dist/main.js", "module": "dist/main.js", diff --git a/sonar-project.properties b/sonar-project.properties index dbf6bfa..e0e2fc3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.organization=diplomatiq sonar.projectKey=Diplomatiq_resily sonar.projectName=resily -sonar.projectVersion=1.0.0 +sonar.projectVersion=1.1.0 sonar.sources=src sonar.tests=test