From aa4e8f48aa4add0af5b5f79c6cbfca2e40d043ed Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 16 May 2023 15:10:38 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 13 +++++++++++++ CHANGELOG.yml | 6 +++++- package.json | 2 +- src/routes/(about)/about/changelog/changelog.svx | 13 +++++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764eb5c..8a7a905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog for [AotDS: The Docks][homepage] +## 3.2.1 2023-05-16 + + +### Bug fixes + + * clipboard copy the serialized data + +### Statistics + + * code churn: 4 files changed, 31 insertions(+), 2 deletions(-) + + + ## 3.2.0 2023-05-15 diff --git a/CHANGELOG.yml b/CHANGELOG.yml index 7ddd815..0efa375 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -4,10 +4,14 @@ project: with_stats: true ticket_url: null releases: - - version: NEXT + - version: 3.2.1 changes: - desc: clipboard copy the serialized data type: fix + - type: stats + desc: | + code churn: 4 files changed, 31 insertions(+), 2 deletions(-) + date: 2023-05-16 - version: 3.2.0 changes: - desc: add SMRs diff --git a/package.json b/package.json index 3f97b13..e7cb3ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aotds-docks", - "version": "3.2.0", + "version": "3.2.1", "type": "module", "private": true, "repository": { diff --git a/src/routes/(about)/about/changelog/changelog.svx b/src/routes/(about)/about/changelog/changelog.svx index 764eb5c..8a7a905 100644 --- a/src/routes/(about)/about/changelog/changelog.svx +++ b/src/routes/(about)/about/changelog/changelog.svx @@ -1,5 +1,18 @@ # Changelog for [AotDS: The Docks][homepage] +## 3.2.1 2023-05-16 + + +### Bug fixes + + * clipboard copy the serialized data + +### Statistics + + * code churn: 4 files changed, 31 insertions(+), 2 deletions(-) + + + ## 3.2.0 2023-05-15