squawk-cli 2.17.0 → 2.18.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,10 @@ Use the WASM powered playground to check your SQL locally in the browser!
36
36
 
37
37
  <https://play.squawkhq.com>
38
38
 
39
+ ### Or via VSCode
40
+
41
+ <https://marketplace.visualstudio.com/items?itemName=sbdchd.squawk>
42
+
39
43
  ## Usage
40
44
 
41
45
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "2.17.0",
3
+ "version": "2.18.0",
4
4
  "description": "linter for PostgreSQL, focused on migrations",
5
5
  "repository": "git@github.com:sbdchd/squawk.git",
6
6
  "author": "Squawk Team & Contributors",