@sealsystems/tlscert
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -0,1 +1,21 @@ | ||
## 2.3.0 (2019-10-14) | ||
### Features | ||
#### PLS-431, [PLS-431](https://jira.sealsystems.de/jira/browse/PLS-431) ([9595b9e](https://github.com/sealsystems/node-tlscert/commit/9595b9e)) | ||
- Removed roboter | ||
- Updated dependencies | ||
- Updated CircleCI config | ||
- Updated appveyor config | ||
- Updated GitHub Pull Request template | ||
- Added dependabot config | ||
- Added `package-lock.json` to git | ||
- Fixed linting | ||
- Used `seal-node:oss-module-update` | ||
--- | ||
## 2.2.1 (2019-10-08) | ||
@@ -2,0 +22,0 @@ |
{ | ||
"name": "@sealsystems/tlscert", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Provides TLS key and certificate", | ||
@@ -19,3 +19,4 @@ "author": { | ||
"test:coverage:check": "test-coverage-check", | ||
"test:report": "test-report" | ||
"test:report": "test-report", | ||
"licenses": "license-checker --production --csv" | ||
}, | ||
@@ -22,0 +23,0 @@ "main": "lib/tlscert.js", |
Sorry, the diff of this file is not supported yet
15898