Skip to content

Commit

Permalink
chore(release): 1.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.2](v1.13.1...v1.13.2) (2018-10-26)

### Bug Fixes

* **package:** security fix ([#217](#217)) ([bed1190](bed1190))
  • Loading branch information
semantic-release-bot committed Oct 26, 2018
1 parent 8e8457c commit 9adaa05
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
15 changes: 7 additions & 8 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.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
Expand Down Expand Up @@ -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)
Expand All @@ -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)
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.13.1",
"version": "1.13.2",
"repository": {
"type": "git",
"url": "https://github.com/Dexus/pem.git"
Expand Down

0 comments on commit 9adaa05

Please sign in to comment.