From 09e1129066474247c65761bfa8e2d1cfa100b37a Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 27 Oct 2022 16:26:18 +0100 Subject: [PATCH] chore(main): release access 3.1.2 (#128) --- .github/release-please-manifest.json | 2 +- packages/access/CHANGELOG.md | 7 +++++++ packages/access/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 190bd7ed1..a0c2b7940 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/wallet": "1.0.0", - "packages/access": "3.1.1", + "packages/access": "3.1.2", "packages/access-api": "3.0.0", "packages/store": "2.0.0" } diff --git a/packages/access/CHANGELOG.md b/packages/access/CHANGELOG.md index 5f1fbea55..ff3cd1dec 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.2](https://github.com/web3-storage/w3-protocol/compare/access-v3.1.1...access-v3.1.2) (2022-10-27) + + +### Bug Fixes + +* publish all dist ts files ([#127](https://github.com/web3-storage/w3-protocol/issues/127)) ([f705073](https://github.com/web3-storage/w3-protocol/commit/f70507305080c08665f51f7b75bd388048be86f7)) + ## [3.1.1](https://github.com/web3-storage/w3-protocol/compare/access-v3.1.0...access-v3.1.1) (2022-10-27) diff --git a/packages/access/package.json b/packages/access/package.json index 3a6135499..97e84f2f7 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "3.1.1", + "version": "3.1.2", "description": "w3access SDK", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access", "repository": {