Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](4.0.0...4.0.1) (2022-12-01)

### Bug Fixes

* **indent:** indent on arrays of objects ([8c71aae](8c71aae)), closes [#159](#159)
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent 8c71aae commit 316b068
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.1](https://github.com/KenanY/json2toml/compare/4.0.0...4.0.1) (2022-12-01)


### Bug Fixes

* **indent:** indent on arrays of objects ([8c71aae](https://github.com/KenanY/json2toml/commit/8c71aae6a25aed0816230cfdb76fb80a5f351a5e)), closes [#159](https://github.com/KenanY/json2toml/issues/159)

## [4.0.0](https://github.com/KenanY/json2toml/compare/3.0.1...4.0.0) (2022-11-23)


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": "json2toml",
"version": "4.0.0",
"version": "4.0.1",
"description": "JSON to TOML converter",
"keywords": [
"json",
Expand Down

0 comments on commit 316b068

Please sign in to comment.