Skip to content

Commit 95f81d5

Browse files
committed
1.0.0
1 parent 4827e94 commit 95f81d5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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+
#### [v1.0.0](https://github.com/wmakeev/xml-to-csv/compare/v0.0.5...v1.0.0)
8+
9+
- feat(api)!: change API [`4827e94`](https://github.com/wmakeev/xml-to-csv/commit/4827e94d3c25f1a0c4349934265439655c46a8ae)
10+
711
#### [v0.0.5](https://github.com/wmakeev/xml-to-csv/compare/v0.0.4...v0.0.5)
812

13+
> 11 December 2023
14+
915
- feat(parser): add CDATA support [`685d75c`](https://github.com/wmakeev/xml-to-csv/commit/685d75cd50ea823e414d1be3bc0a2cd509226fb1)
1016

1117
#### [v0.0.4](https://github.com/wmakeev/xml-to-csv/compare/v0.0.3...v0.0.4)

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.5",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "Streaming convert from xml to csv.",
66
"keywords": [

0 commit comments

Comments
 (0)