Skip to content

Commit

Permalink
chore(release): 1.14.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.2](v1.14.1...v1.14.2) (2019-02-16)

### Bug Fixes

* Merge pull request [#234](#234) from pvangeepuram/fix-serviceKeyPassword-issue ([1649e7b](1649e7b))
  • Loading branch information
semantic-release-bot committed Feb 16, 2019
1 parent 1649e7b commit e79cdaa
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.14.2](https://github.com/Dexus/pem/compare/v1.14.1...v1.14.2) (2019-02-16)


### Bug Fixes

* Merge pull request [#234](https://github.com/Dexus/pem/issues/234) from pvangeepuram/fix-serviceKeyPassword-issue ([1649e7b](https://github.com/Dexus/pem/commit/1649e7b))

## [1.14.1](https://github.com/Dexus/pem/compare/v1.14.0...v1.14.1) (2019-01-25)


Expand Down
29 changes: 9 additions & 20 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.14.1](https://github.com/Dexus/pem/compare/v1.14.0...v1.14.1)

> 25 January 2019
- fix(package): add altNames + csrConfigFile options to createCertificate [`#230`](https://github.com/Dexus/pem/pull/230)
- chore(release): 1.14.1 [skip ci] [`2dc1b8b`](https://github.com/Dexus/pem/commit/2dc1b8bd9af71077c453607f803a281dc3528415)

#### [v1.14.0](https://github.com/Dexus/pem/compare/v1.13.2...v1.14.0)

> 25 January 2019
Expand Down Expand Up @@ -59,37 +66,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(package): fix fetchCertificate to list all infos [`#196`](https://github.com/Dexus/pem/issues/196)
- chore(release): 1.12.7 [skip ci] [`7d33439`](https://github.com/Dexus/pem/commit/7d33439f2ec68360a1e0176d4888b3cd18664c0b)

#### [v1.12.6](https://github.com/Dexus/pem/compare/v1.12.5...v1.12.6)
#### [v1.12.6](https://github.com/Dexus/pem/compare/v1.12.3...v1.12.6)

> 10 September 2018
- Added support for -CAserial flag via options.serialFile for createCer… [`#171`](https://github.com/Dexus/pem/pull/171)
- Fix broken public key detection from PKCS#8 formatted private keys [`#212`](https://github.com/Dexus/pem/pull/212)
- Added support to specify the parameter encoding of an ecparam key [`#207`](https://github.com/Dexus/pem/pull/207)
- Update travis-deploy-once to the latest version 🚀 [`#199`](https://github.com/Dexus/pem/pull/199)
- Update eslint-plugin-import to the latest version 🚀 [`#194`](https://github.com/Dexus/pem/pull/194)
- chore(release): 1.12.6 [skip ci] [`6975c5d`](https://github.com/Dexus/pem/commit/6975c5d7086dee5261514cf050efd16d55abcdec)
- fix(package): Update package [`ba9de04`](https://github.com/Dexus/pem/commit/ba9de04149bd877f6cf1bef3f0a854a6b8852e8a)
- fix(package) Update package [`40b8f42`](https://github.com/Dexus/pem/commit/40b8f42ce52766fc64824a625487bef1ffdb467c)

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

> 9 April 2018
- fix: Ensure synchronous tmpfile writes, deletes [`37d7cdd`](https://github.com/Dexus/pem/commit/37d7cddecc2fc8eefd7192d85c4115ea3c45db31)
- 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)

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

> 10 October 2017
- Update HISTORY.md via TravisCI [`904f74d`](https://github.com/Dexus/pem/commit/904f74dd3c53ec2c68551230e518fd16af7b2efd)
- fix(package): #117 verifySigningChain optional CA certificates [`b6aafd4`](https://github.com/Dexus/pem/commit/b6aafd4909cca8b6a1b660eb42561b0dc5d1d5fa)

#### v1.12.2

> 8 October 2017
- 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)
30 changes: 9 additions & 21 deletions 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
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"name": "pem",
"description": "Create private keys and certificates with node.js and io.js",
"version": "1.14.1",
"version": "1.14.2",
"repository": {
"type": "git",
"url": "https://github.com/Dexus/pem.git"
Expand Down

0 comments on commit e79cdaa

Please sign in to comment.