Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: release 3.0.0 (#244)
Browse files Browse the repository at this point in the history
5f3d5e3
commit 5f3d5e3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Fri Mar 20 19:42:09 2020 +0000

    chore: release 3.0.0 (#244)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [3.0.0](https://www.github.com/googleapis/google-p12-pem/compare/v2.0.4...v3.0.0) (2020-03-20)

    ### ⚠ BREAKING CHANGES

    * [email protected] introduced backwards incompatibilities
    * drops Node 8 from engines (#242)

    ### Features

    * drops Node 8 from engines ([#242](https://www.github.com/googleapis/google-p12-pem/issues/242)) ([857cc92](https://www.github.com/googleapis/google-p12-pem/commit/857cc92e711a2ffd5bba18179c8d0395f38cc6ef))

    ### Build System

    * update typescript/gts ([#243](https://www.github.com/googleapis/google-p12-pem/issues/243)) ([f910f07](https://www.github.com/googleapis/google-p12-pem/commit/f910f07374d586241663755ddf66f3a38e394c28))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent fcdece4 commit bbba8d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

[1]: https://www.npmjs.com/package/google-p12-pem?activeTab=versions

## [3.0.0](https://www.github.com/googleapis/google-p12-pem/compare/v2.0.4...v3.0.0) (2020-03-20)


### ⚠ BREAKING CHANGES

* [email protected] introduced backwards incompatibilities
* drops Node 8 from engines (#242)

### Features

* drops Node 8 from engines ([#242](https://www.github.com/googleapis/google-p12-pem/issues/242)) ([857cc92](https://www.github.com/googleapis/google-p12-pem/commit/857cc92e711a2ffd5bba18179c8d0395f38cc6ef))


### Build System

* update typescript/gts ([#243](https://www.github.com/googleapis/google-p12-pem/issues/243)) ([f910f07](https://www.github.com/googleapis/google-p12-pem/commit/f910f07374d586241663755ddf66f3a38e394c28))

### [2.0.4](https://www.github.com/googleapis/google-p12-pem/compare/v2.0.3...v2.0.4) (2020-01-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-p12-pem",
"version": "2.0.4",
"version": "3.0.0",
"description": "Convert Google .p12 keys to .pem keys.",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"google-p12-pem": "^2.0.4"
"google-p12-pem": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-01T11:20:17.196583Z",
"updateTime": "2020-04-01T11:20:17.785227Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit bbba8d5

Please sign in to comment.