From 85bcf00f0902d05f3c4182587ba36f4bad982505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 25 Aug 2023 10:44:48 +0200 Subject: [PATCH] SAKE-app v0.3.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4add200..2955e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2023-08-25 ### Added - The main view now includes a reset button diff --git a/package.json b/package.json index bc03103..7240d2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sake-app", - "version": "0.2.0", + "version": "0.3.0", "author": "Rodolphe Bréard ", "license": "(MIT OR Apache-2.0)", "private": true,