diff --git a/CHANGELOG.md b/CHANGELOG.md index 4352331..a638169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/google-p12-pem?activeTab=versions +### [3.1.2](https://www.github.com/googleapis/google-p12-pem/compare/v3.1.1...v3.1.2) (2021-08-11) + + +### Bug Fixes + +* **build:** migrate to using main branch ([#362](https://www.github.com/googleapis/google-p12-pem/issues/362)) ([7c412e4](https://www.github.com/googleapis/google-p12-pem/commit/7c412e4a3d616f9eed634c03386579e0674fe6c5)) + ### [3.1.1](https://www.github.com/googleapis/google-p12-pem/compare/v3.1.0...v3.1.1) (2021-07-21) diff --git a/package.json b/package.json index a8016b0..002b14f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-p12-pem", - "version": "3.1.1", + "version": "3.1.2", "description": "Convert Google .p12 keys to .pem keys.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", diff --git a/samples/package.json b/samples/package.json index 50717be..4db5fb8 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha" }, "dependencies": { - "google-p12-pem": "^3.1.1" + "google-p12-pem": "^3.1.2" }, "devDependencies": { "chai": "^4.2.0",