Comparing version 1.14.0 to 1.14.1
@@ -0,1 +1,8 @@ | ||
## [1.14.1](https://github.com/Dexus/pem/compare/v1.14.0...v1.14.1) (2019-01-25) | ||
### Bug Fixes | ||
* **package:** add altNames + csrConfigFile options to createCertificate ([f599d96](https://github.com/Dexus/pem/commit/f599d96)) | ||
# [1.14.0](https://github.com/Dexus/pem/compare/v1.13.2...v1.14.0) (2019-01-25) | ||
@@ -2,0 +9,0 @@ |
@@ -7,2 +7,17 @@ ### Changelog | ||
#### [v1.14.0](https://github.com/Dexus/pem/compare/v1.13.2...v1.14.0) | ||
> 25 January 2019 | ||
- feat(package): Support SAN Certificate from CSR [`#229`](https://github.com/Dexus/pem/pull/229) | ||
- Update eslint-plugin-import to the latest version 🚀 [`#228`](https://github.com/Dexus/pem/pull/228) | ||
- Update marked to the latest version 🚀 [`#226`](https://github.com/Dexus/pem/pull/226) | ||
- Greenkeeper/semantic release 15.12.5 [`#225`](https://github.com/Dexus/pem/pull/225) | ||
- Greenkeeper/ajv 6.6.1 [`#224`](https://github.com/Dexus/pem/pull/224) | ||
- Greenkeeper/travis deploy once 5.0.10 [`#223`](https://github.com/Dexus/pem/pull/223) | ||
- Update eslint-plugin-node to the latest version 🚀 [`#218`](https://github.com/Dexus/pem/pull/218) | ||
- chore(release): 1.14.0 [skip ci] [`09aa5e0`](https://github.com/Dexus/pem/commit/09aa5e0f3078200a95c44ab6c9e4351c556b81fa) | ||
- fix(package): add altNames + csrConfigFile options to createCertificate [`f599d96`](https://github.com/Dexus/pem/commit/f599d96f0ca17661281b91f42aad2b9f4e770f94) | ||
- js fix [`e5cc4bb`](https://github.com/Dexus/pem/commit/e5cc4bb955ba121e86fd821d3f4bea4a29f93c3a) | ||
#### [v1.13.2](https://github.com/Dexus/pem/compare/v1.13.1...v1.13.2) | ||
@@ -66,4 +81,4 @@ | ||
- fix: Ensure synchronous tmpfile writes, deletes [`37d7cdd`](https://github.com/Dexus/pem/commit/37d7cddecc2fc8eefd7192d85c4115ea3c45db31) | ||
- Ensure synchronous tmpfile writes, deletes [`85a00fb`](https://github.com/Dexus/pem/commit/85a00fbd65b50db7508f094d5ffb4f20d5ef0392) | ||
- update bin/aftersuccess.sh [`371cc25`](https://github.com/Dexus/pem/commit/371cc254ba12e488b9925da21cdd9f17f69107a3) | ||
- Update HISTORY.md via TravisCI [`f6a2b63`](https://github.com/Dexus/pem/commit/f6a2b6369acfd9237e9036efb9fcec30fef75a7d) | ||
- Added support for -CAserial flag via options.serialFile for createCertificate [`4c6d613`](https://github.com/Dexus/pem/commit/4c6d613621cbe198d16449bba3631e89c219be39) | ||
@@ -81,5 +96,3 @@ #### [v1.12.3](https://github.com/Dexus/pem/compare/v1.12.2...v1.12.3) | ||
- fix #150: serial can now be an 20 octets string, number or hex [`#150`](https://github.com/Dexus/pem/issues/150) | ||
- fix(package): build and release #150 fix and create HISTORY after release. [`e948217`](https://github.com/Dexus/pem/commit/e948217f34157024ec629d5d1111cbcef0c94e6a) | ||
- Update HISTORY.md via TravisCI [`b58a0b2`](https://github.com/Dexus/pem/commit/b58a0b2ea8af3620337de3bf17dfebf21a5dd353) | ||
- chore(release-flow): change HISTORY.md only on master [`6da3254`](https://github.com/Dexus/pem/commit/6da325403b80a06d91d0cca2c46667c07414dbf5) |
@@ -304,2 +304,4 @@ 'use strict' | ||
* @param {String} [options.config] extension config file - with '-extensions v3_req' | ||
* @param {String} [options.csrConfigFile] CSR config file - only used if no options.csr is provided | ||
* @param {Array} [options.altNames] is a list of subjectAltNames in the subjectAltName field - only used if no options.csr is provided | ||
* @param {Function} callback Callback function with an error object and {certificate, csr, clientKey, serviceKey} | ||
@@ -306,0 +308,0 @@ */ |
@@ -13,3 +13,3 @@ { | ||
"description": "Create private keys and certificates with node.js and io.js", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"repository": { | ||
@@ -16,0 +16,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191138
45
3302