Skip to content

Commit 5c445cc

Browse files
authored
Merge pull request #9 from oasisprotocol/ptrus/changelog2
Assemble changes for 0.2.1 release
2 parents cfc3311 + 79f2c3e commit 5c445cc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changelog/8.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 0.2.1 (2025-12-19)
16+
17+
### Bug Fixes and Improvements
18+
19+
- Fix package lock files
20+
([#8](https://github.com/oasisprotocol/csv-exporter/issues/8))
21+
1522
## 0.2.0 (2025-12-19)
1623

1724
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)