Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 20ea393 commit 6029ac3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.20.0](https://github.com/recurser/string-is/compare/v1.19.2...v1.20.0) (2022-03-21)


### Features

* add a CSV to XML converter ([f966639](https://github.com/recurser/string-is/commit/f9666395e43e96bb94438035d533936b755be5c0))
* add a JSON to XML converter ([fce2ddb](https://github.com/recurser/string-is/commit/fce2ddb7ddaef1d758aab5f96fbb458b5c7ba628))
* add a YAML to XML converter ([5bce8f0](https://github.com/recurser/string-is/commit/5bce8f0f758386786c9ec1fb20ed7ecbb70df3e0))
* add an XML to JSON converter ([45fa76d](https://github.com/recurser/string-is/commit/45fa76d05d5f6414dc386ca4840cb9164e68d57d))
* add an XML to YAML converter ([f588f3b](https://github.com/recurser/string-is/commit/f588f3b55d8a22064da54c784670dbecbe13a5df))
* use the 'dynamicTyping' option when parsing CSVs ([f82bf54](https://github.com/recurser/string-is/commit/f82bf549d444940d6290432edb0f221b9df2a6dc))

## [1.19.2](https://github.com/recurser/string-is/compare/v1.19.1...v1.19.2) (2022-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-is",
"version": "1.19.2",
"version": "1.20.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
Expand Down

1 comment on commit 6029ac3

@vercel
Copy link

@vercel vercel bot commented on 6029ac3 Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.