Skip to content

Commit 2dc1b8b

Browse files
chore(release): 1.14.1 [skip ci]
## [1.14.1](v1.14.0...v1.14.1) (2019-01-25) ### Bug Fixes * **package:** add altNames + csrConfigFile options to createCertificate ([f599d96](f599d96))
1 parent 806f843 commit 2dc1b8b

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.1](https://github.com/Dexus/pem/compare/v1.14.0...v1.14.1) (2019-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** add altNames + csrConfigFile options to createCertificate ([f599d96](https://github.com/Dexus/pem/commit/f599d96))
7+
18
# [1.14.0](https://github.com/Dexus/pem/compare/v1.13.2...v1.14.0) (2019-01-25)
29

310

HISTORY.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.14.0](https://github.com/Dexus/pem/compare/v1.13.2...v1.14.0)
8+
9+
> 25 January 2019
10+
11+
- feat(package): Support SAN Certificate from CSR [`#229`](https://github.com/Dexus/pem/pull/229)
12+
- Update eslint-plugin-import to the latest version 🚀 [`#228`](https://github.com/Dexus/pem/pull/228)
13+
- Update marked to the latest version 🚀 [`#226`](https://github.com/Dexus/pem/pull/226)
14+
- Greenkeeper/semantic release 15.12.5 [`#225`](https://github.com/Dexus/pem/pull/225)
15+
- Greenkeeper/ajv 6.6.1 [`#224`](https://github.com/Dexus/pem/pull/224)
16+
- Greenkeeper/travis deploy once 5.0.10 [`#223`](https://github.com/Dexus/pem/pull/223)
17+
- Update eslint-plugin-node to the latest version 🚀 [`#218`](https://github.com/Dexus/pem/pull/218)
18+
- chore(release): 1.14.0 [skip ci] [`09aa5e0`](https://github.com/Dexus/pem/commit/09aa5e0f3078200a95c44ab6c9e4351c556b81fa)
19+
- fix(package): add altNames + csrConfigFile options to createCertificate [`f599d96`](https://github.com/Dexus/pem/commit/f599d96f0ca17661281b91f42aad2b9f4e770f94)
20+
- js fix [`e5cc4bb`](https://github.com/Dexus/pem/commit/e5cc4bb955ba121e86fd821d3f4bea4a29f93c3a)
21+
722
#### [v1.13.2](https://github.com/Dexus/pem/compare/v1.13.1...v1.13.2)
823

924
> 26 October 2018
@@ -62,8 +77,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6277
> 9 April 2018
6378
6479
- fix: Ensure synchronous tmpfile writes, deletes [`37d7cdd`](https://github.com/Dexus/pem/commit/37d7cddecc2fc8eefd7192d85c4115ea3c45db31)
65-
- Ensure synchronous tmpfile writes, deletes [`85a00fb`](https://github.com/Dexus/pem/commit/85a00fbd65b50db7508f094d5ffb4f20d5ef0392)
66-
- update bin/aftersuccess.sh [`371cc25`](https://github.com/Dexus/pem/commit/371cc254ba12e488b9925da21cdd9f17f69107a3)
80+
- Update HISTORY.md via TravisCI [`f6a2b63`](https://github.com/Dexus/pem/commit/f6a2b6369acfd9237e9036efb9fcec30fef75a7d)
81+
- Added support for -CAserial flag via options.serialFile for createCertificate [`4c6d613`](https://github.com/Dexus/pem/commit/4c6d613621cbe198d16449bba3631e89c219be39)
6782

6883
#### [v1.12.3](https://github.com/Dexus/pem/compare/v1.12.2...v1.12.3)
6984

@@ -76,7 +91,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7691

7792
> 8 October 2017
7893
79-
- fix #150: serial can now be an 20 octets string, number or hex [`#150`](https://github.com/Dexus/pem/issues/150)
8094
- fix(package): build and release #150 fix and create HISTORY after release. [`e948217`](https://github.com/Dexus/pem/commit/e948217f34157024ec629d5d1111cbcef0c94e6a)
8195
- Update HISTORY.md via TravisCI [`b58a0b2`](https://github.com/Dexus/pem/commit/b58a0b2ea8af3620337de3bf17dfebf21a5dd353)
82-
- chore(release-flow): change HISTORY.md only on master [`6da3254`](https://github.com/Dexus/pem/commit/6da325403b80a06d91d0cca2c46667c07414dbf5)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"name": "pem",
1212
"description": "Create private keys and certificates with node.js and io.js",
13-
"version": "1.14.0",
13+
"version": "1.14.1",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/Dexus/pem.git"

0 commit comments

Comments
 (0)