We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02609cf + c16ae2f commit fd871e8Copy full SHA for fd871e8
.changelog/3.internal.md
CHANGELOG.md
@@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog].
12
13
<!-- TOWNCRIER -->
14
15
+## 0.1.1 (2025-12-11)
16
+
17
+### Internal Changes
18
19
+- Align GitHub workflows with vite outDir value
20
+ ([#3](https://github.com/oasisprotocol/csv-exporter/issues/3))
21
22
## 0.1.0 (2025-12-11)
23
24
### Process Changes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frontend",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
0 commit comments