Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Oct 25, 2019
1 parent d61ee35 commit 8c162ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ Join a thread. Use this to start receiving updates from, and to post in threads
| opts.noAutoSub | <code>Boolean</code> | Disable auto subscription to the thread when posting to it (default false) |
| opts.ghost | <code>Boolean</code> | Enable ephemeral messaging via Ghost Thread |
| opts.ghostBacklogLimit | <code>Number</code> | The number of posts to maintain in the ghost backlog |
| opts.ghostFilters | <code>Array.&lt;function()&gt;</code> | Array of functions for filtering messages |
<a name="Space+joinThreadByAddress"></a>
Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## v1.13.1 - 2019-10-25
* feat: return all messages seen in a ghost thread on getPost
* feat: add filters to ghost threads
* fix: issue with window being referenced in node.js
* fix: disconnect from pinning-room when finished

## v1.13.0 - 2019-10-18
**IdentityWallet v0.2.0** has support for a JSON-RPC provider interface. This release makes use of this interface, which allows wallets to connect to 3box in more ways.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3box",
"version": "1.13.1-beta.1",
"version": "1.13.1",
"description": "Interact with user data",
"main": "lib/3box.js",
"directories": {
Expand Down

0 comments on commit 8c162ca

Please sign in to comment.