squawk-cli 2.2.0 → 2.4.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -291,7 +291,7 @@ cargo xtask new-rule 'prefer big serial'
291
291
  2. Run `s/update-version`
292
292
 
293
293
  ```bash
294
- # update version in cli/Cargo.toml, package.json, flake.nix to 4.5.3
294
+ # update version in squawk/Cargo.toml, package.json, flake.nix to 4.5.3
295
295
  s/update-version 4.5.3
296
296
  ```
297
297
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "description": "linter for PostgreSQL, focused on migrations",
5
5
  "repository": "git@github.com:sbdchd/squawk.git",
6
6
  "author": "Steve Dignam <steve@dignam.xyz>",