Commit 25572342c04bec2c33020c3dbe58421e5f24c582
3.18.1
Daan Wynen committed on 4/5/2021, 11:22:43 AMParent: 401c797bb92a373ffa4499d47ecea37f75e2a16e
Files changed
docs/CHANGELOG.md | changed |
package-lock.json | changed |
package.json | changed |
docs/CHANGELOG.md | ||
---|---|---|
@@ -13,9 +13,9 @@ | ||
13 | 13 … | ### Fixed |
14 | 14 … | ### Security |
15 | 15 … | --> |
16 | 16 … | |
17 | -## [Unreleased] | |
17 … | +## v3.18.1 - 2021-04-05 | |
18 | 18 … | |
19 | 19 … | **Last proper release of Patchwork!** |
20 | 20 … | That's right folks. This is it. Nearly six years after the initial commit by Paul, the time of Patchwork will come to an end. |
21 | 21 … |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 485494 bytes New file size: 485487 bytes |
package.json | ||
---|---|---|
@@ -1,9 +1,9 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-patchwork", |
3 | 3 … | "productName": "Patchwork", |
4 | 4 … | "repository": "git@github.com:ssbc/patchwork.git", |
5 | - "version": "3.18.1-beta.5", | |
5 … | + "version": "3.18.1", | |
6 | 6 … | "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", |
7 | 7 … | "main": "index.js", |
8 | 8 … | "scripts": { |
9 | 9 … | "test": "standard", |
Built with git-ssb-web