We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc3311 + 79f2c3e commit 5c445ccCopy full SHA for 5c445cc
.changelog/8.bugfix.md
CHANGELOG.md
@@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog].
12
13
<!-- TOWNCRIER -->
14
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
22
## 0.2.0 (2025-12-19)
23
24
### Features
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frontend",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
0 commit comments