Skip to content

Commit

Permalink
Update HISTORY.md via TravisCI
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Dexus committed Dec 20, 2017
1 parent dfbda13 commit e57658a
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Changelog
All notable changes to this project will be documented in this file.

Generated by [auto-changelog](https://github.com/CookPete/auto-changelog).
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.12.3](https://github.com/Dexus/pem/compare/v1.12.2...v1.12.3)
> 10 October 2017
Expand Down Expand Up @@ -53,9 +53,9 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog).
> 3 September 2017
- Feature Request: add checking support and md5 hashing for getModulus [`#127`](https://github.com/Dexus/pem/pull/127)
- Allow array values for CSRs [`#124`](https://github.com/Dexus/pem/pull/124)
- fix a problem with parsing "Public Key size" in different OS [`#122`](https://github.com/Dexus/pem/pull/122)
- chore(package): update semantic-release to version 7.0.2 [`#128`](https://github.com/Dexus/pem/issues/128)
- Version 1.9.8 [`2eae57c`](https://github.com/Dexus/pem/commit/2eae57cafa58ba5917676ab4c84b44e0adeb8eb1)
- Merge remote-tracking branch 'origin/greenkeeper/semantic-release-7.0.2' [`a0ab680`](https://github.com/Dexus/pem/commit/a0ab6804c8548cc097dbddecd716d9eee23780b1)
- bump version [`44b1f17`](https://github.com/Dexus/pem/commit/44b1f1718ec9720c9f0d5051285982edb5b27624)

#### [v1.9.6](https://github.com/Dexus/pem/compare/v1.9.4...v1.9.6)
Expand All @@ -67,26 +67,31 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog).
- Regex support for new format with spaces [`#111`](https://github.com/Dexus/pem/pull/111)
- Greenkeeper/initial [`#110`](https://github.com/Dexus/pem/pull/110)
- Propagate original options from createCSR to createCertificate [`#106`](https://github.com/Dexus/pem/pull/106)
- Handle slproweb.com openssl Binaries outputting ' = ' rather than '=' to separate subject fields [`#98`](https://github.com/Dexus/pem/pull/98)
- Regex support for new format with spaces: " C = GB, ST = England, O = Organisation, OU = Provisioning, CN = CommonName, emailAddress = email@address.com" [`ca0b353`](https://github.com/Dexus/pem/commit/ca0b353f3bd18abcbcaa395138ff52c690ab8182)
- docs(readme): add Greenkeeper badge [`cfbf14e`](https://github.com/Dexus/pem/commit/cfbf14e9bda09d28b796d8f692c5ac6b7814631b)
- chore(package): update dependencies [`805fa3a`](https://github.com/Dexus/pem/commit/805fa3a4bb101511282677a9a58fc502355d39e0)

#### [v1.9.4](https://github.com/Dexus/pem/compare/v1.8.3...v1.9.4)
> 1 December 2016
- Fix error handling and deprecation warnings [`#93`](https://github.com/Dexus/pem/pull/93)
- Added noop callback (Node 7.0 deprecation warning) [`#91`](https://github.com/Dexus/pem/pull/91)
- Fixing CSR subject generation [`#90`](https://github.com/Dexus/pem/pull/90)
- adding options for -CAcreateserial [`#87`](https://github.com/Dexus/pem/pull/87)
- combine getModulus and getModulusFromProtected [`#82`](https://github.com/Dexus/pem/pull/82)
- remove default empty string and replace forEach with map [`#81`](https://github.com/Dexus/pem/pull/81)
- refactor spawnWrapper [`#80`](https://github.com/Dexus/pem/pull/80)
- Only generate altNames config if it is a non-empty array [`#78`](https://github.com/Dexus/pem/pull/78)
- Add support for DC Certificates fix #83 [`#83`](https://github.com/Dexus/pem/issues/83)
- Only generate altNames config if it is a non-empty array (#78) [`#77`](https://github.com/andris9/pem/issues/77)
- Fix error handling and deprecation warnings (#93) [`34f3fe6`](https://github.com/Dexus/pem/commit/34f3fe6dcc330f030459e80849d80c983e93381f)
- release v1.9.3 [`bf6b4cd`](https://github.com/Dexus/pem/commit/bf6b4cd9889fc60fd889ccc1d2a0421ce4659e43)
- Fixing CSR subject generation (#90) [`cd763a2`](https://github.com/Dexus/pem/commit/cd763a2d24252ed416aa4588015a8f496ea20982)

#### [v1.8.3](https://github.com/Dexus/pem/compare/1.8.1...v1.8.3)
> 2 May 2016
- Support csr config [`#75`](https://github.com/Dexus/pem/pull/75)
- Allow commas in CSR fields [`#74`](https://github.com/Dexus/pem/pull/74)
- Update package.json versions [`#70`](https://github.com/Dexus/pem/pull/70)
- Refactor temp dir logic [`#63`](https://github.com/Dexus/pem/pull/63)
- Add CA certs to pkcs12 file and read pkcs12 files [`#62`](https://github.com/Dexus/pem/pull/62)
- Allow commas in CSR fields (#74) [`#73`](https://github.com/Dexus/pem/issues/73)
- prepare new release [`e7f9fba`](https://github.com/Dexus/pem/commit/e7f9fbae5a4bea25a9c2bc858ec53fd070bf37d4)
- refactor temp dir logic, uses a ponyfill [`77e2ada`](https://github.com/Dexus/pem/commit/77e2adaaff7b24f2bce7e4c8d1469f78ab4f5550)
- npm i which -S [`912e32e`](https://github.com/Dexus/pem/commit/912e32e9d0dc956366acb25c20eff1c292cd166a)
Expand All @@ -113,7 +118,7 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog).
- Creating a CSR for an encrypted key [`#49`](https://github.com/Dexus/pem/pull/49)
- bump to 1.7.0 [`#2`](https://github.com/Dexus/pem/pull/2)
- * Change variable name [`e2edba6`](https://github.com/Dexus/pem/commit/e2edba6d1bb98b5204a0d4cd561d759f8fd41c9a)
- Merge branch 'master' of github.com:Dexus/pem [`e99e6d6`](https://github.com/Dexus/pem/commit/e99e6d65ca8685771688761893fbc2f7ad61a4d7)
- Using files for passing key passwords [`ed3a7a2`](https://github.com/Dexus/pem/commit/ed3a7a2f5c86bacce8b1967ec8e6386ba4852f8a)
- Unlinked temporary password file for CSR generation [`6e13a14`](https://github.com/Dexus/pem/commit/6e13a1421f84d7358737a8aec3016b569dc1f903)

#### [v1.7.0](https://github.com/Dexus/pem/compare/v1.6.0...v1.7.0)
Expand All @@ -132,9 +137,9 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog).

#### [v1.5.0](https://github.com/Dexus/pem/compare/v1.4.6...v1.5.0)
> 19 January 2015
- Merge branch 'noamokman-feature-add-node-which' [`3124430`](https://github.com/Dexus/pem/commit/3124430e401151732aad5aa531be4146291d60dd)
- add node which to check if the user has openssl on their system [`b44c619`](https://github.com/Dexus/pem/commit/b44c619d515de7e3bbd9fdbba994827dadcb4b0f)
- Added a testcase for testOpenSSLPath [`2cd2135`](https://github.com/Dexus/pem/commit/2cd2135f6b5f9c8414147ebe991ef1345fd5e6cf)
- Changed e-mail address in travis conf [`a308e55`](https://github.com/Dexus/pem/commit/a308e5532580f1628b0263efc6c211b86ee816ec)

#### [v1.4.6](https://github.com/Dexus/pem/compare/v1.4.5...v1.4.6)
> 18 January 2015
Expand Down Expand Up @@ -178,10 +183,10 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog).
> 27 March 2014
- Change to BEGIN(\sNEW)? CERTIFICATE REQUEST [`#15`](https://github.com/Dexus/pem/pull/15)
- bumped version to 1.4.0 [`aba2be9`](https://github.com/Dexus/pem/commit/aba2be9cfdc080f637a555fb69f3beef1f9cd686)
- Merge branch 'master' of github.com:andris9/pem [`08b4221`](https://github.com/Dexus/pem/commit/08b42219dd89adbfe59dcbdcc8eed3cc6825d8f6)
- fixed errors [`1aee604`](https://github.com/Dexus/pem/commit/1aee604fcad0a7e122a81b4facaf2208b90eaafa)
- Change default settings for future requirements + EV Fix [`0e017e0`](https://github.com/Dexus/pem/commit/0e017e011e0b6542b776aca203add02ee7192246)

#### [v1.3.0](https://github.com/Dexus/pem/compare/v0.2.2...v1.3.0)
### [v1.3.0](https://github.com/Dexus/pem/compare/v0.2.2...v1.3.0)
> 18 March 2014
- Change SAN CSR process. [`#13`](https://github.com/Dexus/pem/pull/13)
- add SAN integration for readCertificateInfo [`#12`](https://github.com/Dexus/pem/pull/12)
Expand Down

0 comments on commit e57658a

Please sign in to comment.