Comparing version 6.0.5 to 6.0.6
@@ -0,1 +1,8 @@ | ||
## [6.0.6](https://github.com/thenativeweb/limes/compare/6.0.5...6.0.6) (2020-11-03) | ||
### Bug Fixes | ||
* Fix headline for robot section in readme. ([#225](https://github.com/thenativeweb/limes/issues/225)) ([9447fae](https://github.com/thenativeweb/limes/commit/9447fae62e80bca0a34419e499d5cc6e057cdaf3)) | ||
## [6.0.5](https://github.com/thenativeweb/limes/compare/6.0.4...6.0.5) (2020-09-02) | ||
@@ -2,0 +9,0 @@ |
@@ -153,3 +153,3 @@ import { Claims } from './Claims'; | ||
); | ||
} catch (ex) { | ||
} catch (ex: unknown) { | ||
reject(ex); | ||
@@ -156,0 +156,0 @@ } |
{ | ||
"name": "limes", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"description": "limes authenticates users.", | ||
@@ -31,6 +31,6 @@ "contributors": [ | ||
"express": "4.17.1", | ||
"roboter": "11.2.26", | ||
"semantic-release-configuration": "1.0.20", | ||
"supertest": "4.0.2", | ||
"uuid": "8.3.0" | ||
"roboter": "11.5.1", | ||
"semantic-release-configuration": "1.0.23", | ||
"supertest": "6.0.0", | ||
"uuid": "8.3.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "repository": { |
@@ -159,6 +159,8 @@ # limes | ||
## Running the build | ||
## Running quality assurance | ||
To run quality assurance for this module use [roboter](https://www.npmjs.com/package/roboter): | ||
```shell | ||
$ npx roboter | ||
``` |
26241
166