Skip to content

Commit

Permalink
chore(release): 1.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.3](v1.14.2...v1.14.3) (2019-09-17)

### Bug Fixes

* **package:** fix [#264](#264) & remove package-lock.josn ([53f1356](53f1356))
  • Loading branch information
semantic-release-bot committed Sep 17, 2019
1 parent 7b99a62 commit 97643fa
Show file tree
Hide file tree
Showing 4 changed files with 11,296 additions and 24 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.3](https://github.com/Dexus/pem/compare/v1.14.2...v1.14.3) (2019-09-17)


### Bug Fixes

* **package:** fix [#264](https://github.com/Dexus/pem/issues/264) & remove package-lock.josn ([53f1356](https://github.com/Dexus/pem/commit/53f1356))

## [1.14.2](https://github.com/Dexus/pem/compare/v1.14.1...v1.14.2) (2019-02-16)


Expand Down
38 changes: 15 additions & 23 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.2](https://github.com/Dexus/pem/compare/v1.14.1...v1.14.2)

> 16 February 2019
- Fix the issue with generating certificate with serviceKeyPassword [`#234`](https://github.com/Dexus/pem/pull/234)
- Update eslint-plugin-import to the latest version 🚀 [`#231`](https://github.com/Dexus/pem/pull/231)
- chore(release): 1.14.2 [skip ci] [`e79cdaa`](https://github.com/Dexus/pem/commit/e79cdaa1be63a59e281299df56260b7a524d9e48)
- chore(package): update lockfile package-lock.json [`1ff03dc`](https://github.com/Dexus/pem/commit/1ff03dc6afb195b5641792d96ec5c4caff72c84c)
- chore(package): update eslint-plugin-import to version 2.16.0 [`791159a`](https://github.com/Dexus/pem/commit/791159ade6af79447c786020701eb91fd8472db0)

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

> 25 January 2019
Expand Down Expand Up @@ -48,37 +58,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(release): 1.13.0 [skip ci] [`d5a20dd`](https://github.com/Dexus/pem/commit/d5a20ddaa4a0a6b5a79a0ec11afd4757d7176501)
- feat(package): add promisify methods pem.promisify.FUNCTIONNAME [`8a0c1bc`](https://github.com/Dexus/pem/commit/8a0c1bc5f22b213fc4386212a036c2ccb2006524)
- chore(package): add auto-changelog for history.md [`3a90fcb`](https://github.com/Dexus/pem/commit/3a90fcb5f5e0980ce5b48bd31fe850fecd702856)
- chore(package): update tested openssl version [`4a2754a`](https://github.com/Dexus/pem/commit/4a2754a71646798eb741e87704782618d94932ab)

#### [v1.12.8](https://github.com/Dexus/pem/compare/v1.12.7...v1.12.8)

> 11 September 2018
- chore(release): 1.12.8 [skip ci] [`a3d8edb`](https://github.com/Dexus/pem/commit/a3d8edb194d5dd354a6adf0cfd5978255f86ae6e)
- chore(package): fix node version dep [`515a518`](https://github.com/Dexus/pem/commit/515a51839f44bd3ec127040ffe5a0276051ce113)
- fix(package): fix deprecated api [`6fdfd32`](https://github.com/Dexus/pem/commit/6fdfd3209c1dd5d50d829c2f6db73a7df43c260c)
- chore(package): dep updates and changelog [`98a63c9`](https://github.com/Dexus/pem/commit/98a63c94b27f81984288cf5bccf5619ac8c55cf4)
- fix(pem): allow utf8 charset in fields [`2cb97aa`](https://github.com/Dexus/pem/commit/2cb97aa4d4b9de22f6a28b8cbbe95d3310b226b0)
- fix(package): dep updates and fix deprecated api [`610a403`](https://github.com/Dexus/pem/commit/610a403fef97ad6fcea0b8f6ce2d7d5160eb9f16)

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

> 11 September 2018
- fix(package): fix fetchCertificate to list all infos [`#196`](https://github.com/Dexus/pem/issues/196)
- 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.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)
- 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.3

> 10 October 2017
- fix(package): #117 verifySigningChain optional CA certificates [`b6aafd4`](https://github.com/Dexus/pem/commit/b6aafd4909cca8b6a1b660eb42561b0dc5d1d5fa)
Loading

0 comments on commit 97643fa

Please sign in to comment.