Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luczsoma committed May 7, 2020
1 parent 9edd610 commit 225337f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/Diplomatiq/resily/compare/v1.0.0...v1.2.0) (2020-05-07)


### Features

* Do not suppress errors on policy hooks ([56c5198](https://github.com/Diplomatiq/resily/commit/56c5198))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/Diplomatiq/resily/compare/v1.0.0...v1.1.0) (2020-05-06)

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.1.0",
"version": "1.2.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.1.0
sonar.projectVersion=1.2.0

sonar.sources=src
sonar.tests=test
Expand Down

0 comments on commit 225337f

Please sign in to comment.