Skip to content

Commit fd871e8

Browse files
authored
Merge pull request #4 from oasisprotocol/mz/release
Assemble changes for 0.1.1 release
2 parents 02609cf + c16ae2f commit fd871e8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changelog/3.internal.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.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+
1522
## 0.1.0 (2025-12-11)
1623

1724
### Process Changes

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.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)