From 9adaa05795fc1007856e721a9345d66680f4bfa6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Oct 2018 21:26:46 +0000 Subject: [PATCH] chore(release): 1.13.2 [skip ci] ## [1.13.2](https://github.com/Dexus/pem/compare/v1.13.1...v1.13.2) (2018-10-26) ### Bug Fixes * **package:** security fix ([#217](https://github.com/Dexus/pem/issues/217)) ([bed1190](https://github.com/Dexus/pem/commit/bed1190)) --- CHANGELOG.md | 7 +++++++ HISTORY.md | 15 +++++++-------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0529b2fa..39b3b9ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.2](https://github.com/Dexus/pem/compare/v1.13.1...v1.13.2) (2018-10-26) + + +### Bug Fixes + +* **package:** security fix ([#217](https://github.com/Dexus/pem/issues/217)) ([bed1190](https://github.com/Dexus/pem/commit/bed1190)) + ## [1.13.1](https://github.com/Dexus/pem/compare/v1.13.0...v1.13.1) (2018-09-14) diff --git a/HISTORY.md b/HISTORY.md index 0dd944c0..4ec81d61 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.13.1](https://github.com/Dexus/pem/compare/v1.13.0...v1.13.1) + +> 14 September 2018 + +- fix(package): remove -utf8 option [`#214`](https://github.com/Dexus/pem/issues/214) +- chore(release): 1.13.1 [skip ci] [`68ad452`](https://github.com/Dexus/pem/commit/68ad4525640dff9a4095efcf04cdb083b3aadb6f) + #### [v1.13.0](https://github.com/Dexus/pem/compare/v1.12.8...v1.13.0) > 11 September 2018 @@ -57,14 +64,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(package): update semantic-release to version 15.1.5 [`#190`](https://github.com/Dexus/pem/pull/190) - chore(package): update cross-env to version 5.1.4 [`#189`](https://github.com/Dexus/pem/pull/189) - Update eslint-config-standard to the latest version 🚀 [`#186`](https://github.com/Dexus/pem/pull/186) -- Update eslint-plugin-node to the latest version 🚀 [`#185`](https://github.com/Dexus/pem/pull/185) -- Update mocha to the latest version 🚀 [`#183`](https://github.com/Dexus/pem/pull/183) -- Update semantic-release to the latest version 🚀 [`#182`](https://github.com/Dexus/pem/pull/182) - Update semantic-release to the latest version 🚀 [`#178`](https://github.com/Dexus/pem/pull/178) - Update travis-deploy-once to the latest version 🚀 [`#181`](https://github.com/Dexus/pem/pull/181) - chore(package): update cross-env to version 5.1.2 [`#180`](https://github.com/Dexus/pem/pull/180) -- Update docco to the latest version 🚀 [`#177`](https://github.com/Dexus/pem/pull/177) -- readCertificateInfo reports email addresses in subjectAltName field [`#170`](https://github.com/Dexus/pem/pull/170) - chore(package): update semantic-release to version 15.1.5 [`#182`](https://github.com/Dexus/pem/issues/182) - Update HISTORY.md via TravisCI [`8e89517`](https://github.com/Dexus/pem/commit/8e895178e7701e4f0fea7a5d98a41be10a4ce457) - 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). > 7 October 2017 -- fix #159; renamed helper methods [`#159`](https://github.com/Dexus/pem/issues/159) - change template for docs [`10672e4`](https://github.com/Dexus/pem/commit/10672e4d2d7e0c9e856e5bc1af90c4977da2ee8b) -- update template for docs [`2f95e38`](https://github.com/Dexus/pem/commit/2f95e3802ca2c742ec3c9f09591d4d34be165158) -- fix(tests): renamed helper functions [`0073032`](https://github.com/Dexus/pem/commit/007303276a16a03394361ab290d3d93a74ed77c8) diff --git a/package-lock.json b/package-lock.json index e6aefa87..57200d48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pem", - "version": "1.13.1", + "version": "1.13.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14738aac..3da35573 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "name": "pem", "description": "Create private keys and certificates with node.js and io.js", - "version": "1.13.1", + "version": "1.13.2", "repository": { "type": "git", "url": "https://github.com/Dexus/pem.git"