Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luczsoma committed May 6, 2020
1 parent 3b2484f commit 71457d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/Diplomatiq/resily/compare/v1.0.0...v1.1.0) (2020-05-06)



<a name="1.0.0"></a>
# 1.0.0 (2020-04-02)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71457d8

Please sign in to comment.