From 82331d1f26cf4355dcb465c3a3391d0ab2679a56 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 17 Apr 2022 17:53:31 -0400 Subject: [PATCH] chore(release): 2.3.0 --- CHANGELOG.md | 21 ++++++++++----- package.json | 2 +- src/lib/components/Changelog.svelte | 41 +++++++++-------------------- 3 files changed, 28 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0452040..26f62a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,29 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [2.2.0](///compare/v2.1.0...v2.2.0) (2022-04-11) +## 2.3.0 (2022-04-17) ### Features -* allow to edit the print layout 381d497 +* add 'reset ship' button +* add changelog to app +* add version to About component -## [2.1.0](///compare/v2.0.0...v2.1.0) (2022-04-07) +## 2.2.0 (2022-04-11) ### Features -* add localStorage memory bf7206a -* can move main system comps in the print output b425f4a +* allow to edit the print layout + +## 2.1.0 (2022-04-07) -* add standard-version 2fd047f +### Features + +* add localStorage memory +* can move main system comps in the print output + + +* add standard-version diff --git a/package.json b/package.json index fac5e60..04343df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aotds-docks", - "version": "2.2.0", + "version": "2.3.0", "type": "module", "private": true, "scripts": { diff --git a/src/lib/components/Changelog.svelte b/src/lib/components/Changelog.svelte index 0cf664c..986e393 100644 --- a/src/lib/components/Changelog.svelte +++ b/src/lib/components/Changelog.svelte @@ -1,38 +1,21 @@

Changelog

-

- All notable changes to this project will be documented in this file. See standard-version for commit guidelines. -

-

- 2.3.0 (2022-04-17) -

+

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

+

2.3.0 (2022-04-17)

Features

-

- 2.2.0 (2022-04-11) -

+

2.2.0 (2022-04-11)

Features

-

- 2.1.0 (2022-04-07) -

+

2.1.0 (2022-04-07)

Features

+
  • add localStorage memory

  • +
  • can move main system comps in the print output

  • +
  • add standard-version

  • + \ No newline at end of file