From ce59053c37290cff0c3077b0d3c5bc69aef868af Mon Sep 17 00:00:00 2001 From: Gigi <109058+dergigi@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:57:48 +0200 Subject: [PATCH] chore(release): v0.1.2 (#553) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e0aecbf..7a5e50ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [0.1.2](https://github.com/joinmarket-webui/jam/compare/v0.1.1...v0.1.2) (2022-10-28) + +#### Fixed + +* display error message if backend is unreachable ([#540](https://github.com/joinmarket-webui/jam/issues/540)) ([f2e346e](https://github.com/joinmarket-webui/jam/commit/f2e346e87296c53c5dee89aa4610cfeed39065b8)) +* do not enable debug features on `npm start` ([#549](https://github.com/joinmarket-webui/jam/issues/549)) ([fda77c2](https://github.com/joinmarket-webui/jam/commit/fda77c202d32f32b5ca39a60f983748038cc0cf5)) + ### [0.1.1](https://github.com/joinmarket-webui/jam/compare/v0.1.0...v0.1.1) (2022-10-07) #### Added diff --git a/package-lock.json b/package-lock.json index 82ba0bed0..206143c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jam", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jam", - "version": "0.1.1", + "version": "0.1.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index af65f84f1..e66fbb375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jam", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "Your sats. Your privacy. Your profit.", "repository": "git@github.com:joinmarket-webui/jam.git",