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

Commit

Permalink
chore: release 1.0.5 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 21, 2021
1 parent a45a89d commit eba3dd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [1.0.5](https://www.github.com/googleapis/google-p12-pem/compare/v1.0.4...v1.0.5) (2021-07-21)


### Bug Fixes

* **deps:** update node-forge to 0.10.0 ([#348](https://www.github.com/googleapis/google-p12-pem/issues/348)) ([a45a89d](https://www.github.com/googleapis/google-p12-pem/commit/a45a89da926706e4736ccced081a6f8fc6e1497b))

## v1.0.4

03-12-2019 12:25 PDT
Expand Down Expand Up @@ -106,4 +113,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": "1.0.5",
"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": "^1.0.5"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit eba3dd9

Please sign in to comment.