bump version
This commit is contained in:
parent
49f01933b9
commit
aa4e8f48aa
13
CHANGELOG.md
13
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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aotds-docks",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user