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

Commit

Permalink
chore: release 2.0.0 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored May 2, 2019
1 parent c5ab8b7 commit 72e45f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.0.0](https://www.github.com/google/google-p12-pem/compare/v1.0.4...v2.0.0) (2019-05-02)


### Build System

* upgrade engines field to >=8.10.0 ([#167](https://www.github.com/google/google-p12-pem/issues/167)) ([85da6e6](https://www.github.com/google/google-p12-pem/commit/85da6e6))


### BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#167)

## v1.0.4

03-12-2019 12:25 PDT
Expand Down Expand Up @@ -106,4 +118,3 @@ This is a service release very few updates. The only interesting change is the
- chore(package): update @types/node to version 10.0.3 ([#34](https://github.com/google/google-p12-pem/pull/34))
- chore: start testing on node 10 ([#36](https://github.com/google/google-p12-pem/pull/36))
- chore(package): update @types/mocha to version 5.0.0 ([#33](https://github.com/google/google-p12-pem/pull/33))

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": "1.0.4",
"version": "2.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": "^1.0.4"
"google-p12-pem": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 72e45f9

Please sign in to comment.