Skip to content

Commit 6029ac3

Browse files
chore(release): 1.20.0 [skip ci]
# [1.20.0](v1.19.2...v1.20.0) (2022-03-21) ### Features * add a CSV to XML converter ([f966639](f966639)) * add a JSON to XML converter ([fce2ddb](fce2ddb)) * add a YAML to XML converter ([5bce8f0](5bce8f0)) * add an XML to JSON converter ([45fa76d](45fa76d)) * add an XML to YAML converter ([f588f3b](f588f3b)) * use the 'dynamicTyping' option when parsing CSVs ([f82bf54](f82bf54))
1 parent 20ea393 commit 6029ac3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.20.0](https://github.com/recurser/string-is/compare/v1.19.2...v1.20.0) (2022-03-21)
2+
3+
4+
### Features
5+
6+
* add a CSV to XML converter ([f966639](https://github.com/recurser/string-is/commit/f9666395e43e96bb94438035d533936b755be5c0))
7+
* add a JSON to XML converter ([fce2ddb](https://github.com/recurser/string-is/commit/fce2ddb7ddaef1d758aab5f96fbb458b5c7ba628))
8+
* add a YAML to XML converter ([5bce8f0](https://github.com/recurser/string-is/commit/5bce8f0f758386786c9ec1fb20ed7ecbb70df3e0))
9+
* add an XML to JSON converter ([45fa76d](https://github.com/recurser/string-is/commit/45fa76d05d5f6414dc386ca4840cb9164e68d57d))
10+
* add an XML to YAML converter ([f588f3b](https://github.com/recurser/string-is/commit/f588f3b55d8a22064da54c784670dbecbe13a5df))
11+
* use the 'dynamicTyping' option when parsing CSVs ([f82bf54](https://github.com/recurser/string-is/commit/f82bf549d444940d6290432edb0f221b9df2a6dc))
12+
113
## [1.19.2](https://github.com/recurser/string-is/compare/v1.19.1...v1.19.2) (2022-03-21)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.19.2",
3+
"version": "1.20.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)