Export changelog entries
cgen-5ab1ec5c99e44631bde51ec2027f8d7f
This commit is contained in:
parent
f78aaae57e
commit
efae7df732
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ interface ChangelogItem {
|
||||||
impact: 'high' | 'medium' | 'low';
|
impact: 'high' | 'medium' | 'low';
|
||||||
}
|
}
|
||||||
|
|
||||||
const changelogEntries: ChangelogEntry[] = [
|
export const changelogEntries: ChangelogEntry[] = [
|
||||||
{
|
{
|
||||||
id: "v1.2.0",
|
id: "v1.2.0",
|
||||||
version: "1.2.0",
|
version: "1.2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue