From 11e6803e3ea4e857fa6c24422fe3310f62aee1f8 Mon Sep 17 00:00:00 2001 From: bee-worker <70210089+bee-worker@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:21:57 +0200 Subject: [PATCH] chore(master): release 0.16.0 (#271) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac327c..8da23b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.16.0](https://github.com/ethersphere/swarm-desktop/compare/v0.15.1...v0.16.0) (2022-09-15) + + +### Features + +* bee 1.8 support and installer removal ([#264](https://github.com/ethersphere/swarm-desktop/issues/264)) ([35d0f30](https://github.com/ethersphere/swarm-desktop/commit/35d0f30bb30f289870c460641840726520a75d6c)) +* change default server port number ([#265](https://github.com/ethersphere/swarm-desktop/issues/265)) ([9d42b8b](https://github.com/ethersphere/swarm-desktop/commit/9d42b8b7d2d327ab994c578792a9f8d9fbfa49cf)) +* dashboard component integration ([#240](https://github.com/ethersphere/swarm-desktop/issues/240)) ([86d3859](https://github.com/ethersphere/swarm-desktop/commit/86d3859576d90dc535f0b764ff9194ee0d208250)) + + +### Bug Fixes + +* add beta password migration path ([#239](https://github.com/ethersphere/swarm-desktop/issues/239)) ([58d1a6a](https://github.com/ethersphere/swarm-desktop/commit/58d1a6a5d7cda368365037578161c8ea6cb8beff)) +* catch logs writing errors ([#237](https://github.com/ethersphere/swarm-desktop/issues/237)) ([a28f0ab](https://github.com/ethersphere/swarm-desktop/commit/a28f0ab2715d7cfda25c3dab033b4873a6e4b59b)) +* mainnet bee config ([#269](https://github.com/ethersphere/swarm-desktop/issues/269)) ([39164fc](https://github.com/ethersphere/swarm-desktop/commit/39164fc08b51b5d96f011abcebfc385b21ce647b)) +* put password in config.yaml ([#235](https://github.com/ethersphere/swarm-desktop/issues/235)) ([6465fc0](https://github.com/ethersphere/swarm-desktop/commit/6465fc0938f565b3e5715211a615f4d9c2b68384)) +* read current password when constructing v3 wallet ([#261](https://github.com/ethersphere/swarm-desktop/issues/261)) ([81699f4](https://github.com/ethersphere/swarm-desktop/commit/81699f43cd15d931b5e0e24666be07dbf4d816a9)) + ## [0.15.1](https://github.com/ethersphere/swarm-desktop/compare/v0.15.0...v0.15.1) (2022-07-06) diff --git a/package-lock.json b/package-lock.json index cb6f146..e42a420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swarm-desktop", - "version": "0.15.1", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swarm-desktop", - "version": "0.15.1", + "version": "0.16.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-dashboard": "github:ethersphere/bee-dashboard#master", diff --git a/package.json b/package.json index 1702713..be07ec3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "name": "Swarm Association", "email": "info@ethswarm.org" }, - "version": "0.15.1", + "version": "0.16.0", "description": "Desktop client for running and managing bee", "homepage": "https://desktop.ethswarm.org/", "repository": "https://github.com/ethersphere/swarm-desktop",