Skip to content

Commit 63e8332

Browse files
committed
0.0.2
1 parent a8ebcfa commit 63e8332

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### 0.0.1
7+
#### [v0.0.2](https://github.com/wmakeev/xml-to-csv/compare/v0.0.1...v0.0.2)
8+
9+
- refactor: change api and optimize [`a8ebcfa`](https://github.com/wmakeev/xml-to-csv/commit/a8ebcfa392c10649b7877b2a61d0738c3dd8735c)
10+
11+
#### v0.0.1
12+
13+
> 9 December 2023
814
915
- initial [`52efe4d`](https://github.com/wmakeev/xml-to-csv/commit/52efe4dc70e60ae7ba7f69015390596a19480a50)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmakeev/xml-to-csv",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"description": "Streaming convert from xml to csv.",
66
"keywords": [

0 commit comments

Comments
 (0)