toon-formatter 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,7 +61,7 @@ users[3]{id,name,active}:
61
61
 
62
62
  ## 💻 CLI Utility
63
63
 
64
- **NEW in v2.1.0**: TOON Formatter now includes a powerful CLI utility for fast data conversion directly from your terminal!
64
+ **NEW in v2.2.0**: TOON Formatter now includes a powerful CLI utility for fast data conversion directly from your terminal!
65
65
 
66
66
  ### Global Installation
67
67
  To use the `toon-formatter` command anywhere:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toon-formatter",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "funding": {
5
5
  "type": "github",
6
6
  "url": "https://github.com/sponsors/ankitpal181"
@@ -72,4 +72,4 @@
72
72
  "./xml-converter": "./src/xml_formatter/index.js",
73
73
  "./csv-converter": "./src/csv_formatter/index.js"
74
74
  }
75
- }
75
+ }