@quobix/vacuum 0.16.12 → 0.16.13

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,7 +118,14 @@ come say hi!
118
118
 
119
119
  ## Documentation
120
120
 
121
- 🔥 **New in** `v0.16+` 🔥 : **JSON 9535 Compliant**.
121
+ 🔥 **New in** `v0.16.11` 🔥 : **Composed bundling mode**.
122
+
123
+ A different way to bundle exploded OpenAPI specifications into a single file. [Read the docs](https://quobix.com/vacuum/commands/bundle/).
124
+
125
+ ---
126
+
127
+
128
+ `v0.16+` : **JSON 9535 Compliant**.
122
129
 
123
130
  vacuum now expects JSON Path Queries to be [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) compliant. Finally standardized!
124
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.16.12",
3
+ "version": "0.16.13",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",