diff --git a/.github/workflows/publish-reports.yml b/.github/workflows/publish-reports.yml index bbbc0f6..a572939 100644 --- a/.github/workflows/publish-reports.yml +++ b/.github/workflows/publish-reports.yml @@ -50,6 +50,11 @@ jobs: with: path: docs key: ${{ github.sha }}-web3 + - name: Reports Cache + uses: actions/cache@v3 + with: + path: docs + key: ${{ github.sha }}-filebase - name: Scheduled deployment uses: s0/git-publish-subdir-action@77ba3d841ebd413837b5e72676bd9e54e537f3f8 env: diff --git a/CHANGELOG.md b/CHANGELOG.md index e858289..7f0c2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.0](https://github.com/ipfs-shipyard/pinning-service-compliance/compare/v1.1.6...v1.2.0) (2022-08-29) + + +### Features + +* Add Filebase pinning service ([#180](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/180)) ([43954a8](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/43954a855dbb675f54793ced44204e474ac56f78)) + ## [1.1.6](https://github.com/ipfs-shipyard/pinning-service-compliance/compare/v1.1.5...v1.1.6) (2022-08-25) diff --git a/package-lock.json b/package-lock.json index 3cb9047..ef31473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs-shipyard/pinning-service-compliance", - "version": "1.1.6", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs-shipyard/pinning-service-compliance", - "version": "1.1.6", + "version": "1.2.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@hapi/joi": "^17.1.1", diff --git a/package.json b/package.json index cfa3f9e..b8dfcc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipfs-shipyard/pinning-service-compliance", - "version": "1.1.6", + "version": "1.2.0", "description": "", "author": "Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>", "license": "Apache-2.0 OR MIT",