Skip to content

Commit 9adaa05

Browse files
chore(release): 1.13.2 [skip ci]
## [1.13.2](v1.13.1...v1.13.2) (2018-10-26) ### Bug Fixes * **package:** security fix ([#217](#217)) ([bed1190](bed1190))
1 parent 8e8457c commit 9adaa05

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

β€ŽCHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.13.2](https://github.com/Dexus/pem/compare/v1.13.1...v1.13.2) (2018-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** security fix ([#217](https://github.com/Dexus/pem/issues/217)) ([bed1190](https://github.com/Dexus/pem/commit/bed1190))
7+
18
## [1.13.1](https://github.com/Dexus/pem/compare/v1.13.0...v1.13.1) (2018-09-14)
29

310

β€ŽHISTORY.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.13.1](https://github.com/Dexus/pem/compare/v1.13.0...v1.13.1)
8+
9+
> 14 September 2018
10+
11+
- fix(package): remove -utf8 option [`#214`](https://github.com/Dexus/pem/issues/214)
12+
- chore(release): 1.13.1 [skip ci] [`68ad452`](https://github.com/Dexus/pem/commit/68ad4525640dff9a4095efcf04cdb083b3aadb6f)
13+
714
#### [v1.13.0](https://github.com/Dexus/pem/compare/v1.12.8...v1.13.0)
815

916
> 11 September 2018
@@ -57,14 +64,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5764
- chore(package): update semantic-release to version 15.1.5 [`#190`](https://github.com/Dexus/pem/pull/190)
5865
- chore(package): update cross-env to version 5.1.4 [`#189`](https://github.com/Dexus/pem/pull/189)
5966
- Update eslint-config-standard to the latest version πŸš€ [`#186`](https://github.com/Dexus/pem/pull/186)
60-
- Update eslint-plugin-node to the latest version πŸš€ [`#185`](https://github.com/Dexus/pem/pull/185)
61-
- Update mocha to the latest version πŸš€ [`#183`](https://github.com/Dexus/pem/pull/183)
62-
- Update semantic-release to the latest version πŸš€ [`#182`](https://github.com/Dexus/pem/pull/182)
6367
- Update semantic-release to the latest version πŸš€ [`#178`](https://github.com/Dexus/pem/pull/178)
6468
- Update travis-deploy-once to the latest version πŸš€ [`#181`](https://github.com/Dexus/pem/pull/181)
6569
- chore(package): update cross-env to version 5.1.2 [`#180`](https://github.com/Dexus/pem/pull/180)
66-
- Update docco to the latest version πŸš€ [`#177`](https://github.com/Dexus/pem/pull/177)
67-
- readCertificateInfo reports email addresses in subjectAltName field [`#170`](https://github.com/Dexus/pem/pull/170)
6870
- chore(package): update semantic-release to version 15.1.5 [`#182`](https://github.com/Dexus/pem/issues/182)
6971
- Update HISTORY.md via TravisCI [`8e89517`](https://github.com/Dexus/pem/commit/8e895178e7701e4f0fea7a5d98a41be10a4ce457)
7072
- Update aftersuccess.sh [`e64edc9`](https://github.com/Dexus/pem/commit/e64edc98eea628736eb4d0ab04add946f878a989)
@@ -90,7 +92,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9092

9193
> 7 October 2017
9294
93-
- fix #159; renamed helper methods [`#159`](https://github.com/Dexus/pem/issues/159)
9495
- change template for docs [`10672e4`](https://github.com/Dexus/pem/commit/10672e4d2d7e0c9e856e5bc1af90c4977da2ee8b)
95-
- update template for docs [`2f95e38`](https://github.com/Dexus/pem/commit/2f95e3802ca2c742ec3c9f09591d4d34be165158)
96-
- fix(tests): renamed helper functions [`0073032`](https://github.com/Dexus/pem/commit/007303276a16a03394361ab290d3d93a74ed77c8)

β€Ž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.13.1",
13+
"version": "1.13.2",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/Dexus/pem.git"

0 commit comments

Comments
Β (0)