Skip to content

Commit

Permalink
chore(main): release did-mailto 2.0.2 (#964)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.0.2](did-mailto-v2.0.1...did-mailto-v2.0.2)
(2023-10-25)


### Bug Fixes

* fix arethetypesworking errors in all packages
([#1004](#1004))
([2e2936a](2e2936a))
* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Benjamin Goering <[email protected]>
  • Loading branch information
it-dag-house and gobengo authored Oct 25, 2023
1 parent d2537de commit 83a8263
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"packages/upload-api": "6.2.0",
"packages/upload-client": "10.1.0",
"packages/w3up-client": "9.2.0",
"packages/did-mailto": "2.0.1"
"packages/did-mailto": "2.0.2"
}
8 changes: 8 additions & 0 deletions packages/did-mailto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.2](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.1...did-mailto-v2.0.2) (2023-10-25)


### Bug Fixes

* fix arethetypesworking errors in all packages ([#1004](https://github.com/web3-storage/w3up/issues/1004)) ([2e2936a](https://github.com/web3-storage/w3up/commit/2e2936a3831389dd13be5be5146a04e2b15553c5))
* upgrade to latest ts ([#962](https://github.com/web3-storage/w3up/issues/962)) ([711e3f7](https://github.com/web3-storage/w3up/commit/711e3f73f6905fde0d929952fff70be845a55fa1))

## [2.0.1](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.0...did-mailto-v2.0.1) (2023-09-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/did-mailto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/did-mailto",
"version": "2.0.1",
"version": "2.0.2",
"description": "did:mailto",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"test",
"dist"
],
"exports": {
"exports": {
".": "./dist/src/index.js",
"./types": "./dist/src/types.js"
},
Expand Down

0 comments on commit 83a8263

Please sign in to comment.