Skip to content

Commit

Permalink
chore(release): 1.14.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.4](v1.14.3...v1.14.4) (2020-01-25)

### Bug Fixes

* travis.yaml ([0768ade](0768ade))
* update readme and deps ([59c17d1](59c17d1))
  • Loading branch information
semantic-release-bot committed Jan 25, 2020
1 parent 0fddd18 commit bb777c0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.14.4](https://github.com/Dexus/pem/compare/v1.14.3...v1.14.4) (2020-01-25)


### Bug Fixes

* travis.yaml ([0768ade](https://github.com/Dexus/pem/commit/0768ade631033c1bb35d0bd207d80cc87b5f1813))
* update readme and deps ([59c17d1](https://github.com/Dexus/pem/commit/59c17d15674787f3a7ef9a38c9660b9ee77e770f))

## [1.14.3](https://github.com/Dexus/pem/compare/v1.14.2...v1.14.3) (2019-09-17)


Expand Down
30 changes: 21 additions & 9 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.3](https://github.com/Dexus/pem/compare/v1.14.2...v1.14.3)

> 17 September 2019
- fix readCertificateInfo for the case when cert subject is empty [`#264`](https://github.com/Dexus/pem/pull/264)
- Greenkeeper/mocha 6.1.4 [`#252`](https://github.com/Dexus/pem/pull/252)
- Chore(deps): Bump lodash from 4.17.11 to 4.17.14 [`#253`](https://github.com/Dexus/pem/pull/253)
- Update marked to the latest version 🚀 [`#249`](https://github.com/Dexus/pem/pull/249)
- Greenkeeper/eslint plugin import 2.18.0 [`#250`](https://github.com/Dexus/pem/pull/250)
- Chore(deps): Bump js-yaml from 3.12.0 to 3.13.1 [`#248`](https://github.com/Dexus/pem/pull/248)
- Chore(deps-dev): Bump marked from 0.6.0 to 0.6.1 [`#247`](https://github.com/Dexus/pem/pull/247)
- Chore(deps): Bump lodash from 4.17.5 to 4.17.11 [`#242`](https://github.com/Dexus/pem/pull/242)
- fix(package): fix #264 & remove package-lock.josn [`#264`](https://github.com/Dexus/pem/issues/264)
- Greenkeeper/mocha 6.1.4 (#252) [`#235`](https://github.com/Dexus/pem/issues/235)
- chore(package): update eslint-plugin-import to version 2.18.0 [`#237`](https://github.com/Dexus/pem/issues/237)
- chore(release): 1.14.3 [skip ci] [`97643fa`](https://github.com/Dexus/pem/commit/97643faee7897d62eeea55fef4ba9303d6305b3f)
- chore(package): update lockfile package-lock.json [`200c2b3`](https://github.com/Dexus/pem/commit/200c2b37397e65d118c62fad594220e85eaa3c98)
- Update package-lock.json [`e4051f6`](https://github.com/Dexus/pem/commit/e4051f64cadb077e95383fbd847ef73698df3119)

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

> 16 February 2019
Expand Down Expand Up @@ -60,17 +79,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat(package): add promisify methods pem.promisify.FUNCTIONNAME [`8a0c1bc`](https://github.com/Dexus/pem/commit/8a0c1bc5f22b213fc4386212a036c2ccb2006524)
- 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)
#### v1.12.8

> 11 September 2018
- 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)
- chore(package): dep updates and changelog [`98a63c9`](https://github.com/Dexus/pem/commit/98a63c94b27f81984288cf5bccf5619ac8c55cf4)
- fix(package): dep updates and fix deprecated api [`610a403`](https://github.com/Dexus/pem/commit/610a403fef97ad6fcea0b8f6ce2d7d5160eb9f16)

#### v1.12.7

> 11 September 2018
- 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)
2 changes: 1 addition & 1 deletion 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.3",
"version": "1.14.4",
"repository": {
"type": "git",
"url": "https://github.com/Dexus/pem.git"
Expand Down

0 comments on commit bb777c0

Please sign in to comment.