squawk-cli 2.40.1 → 2.41.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
@@ -252,7 +252,7 @@ to your project's `.pre-commit-config.yaml`:
252
252
  ```yaml
253
253
  repos:
254
254
  - repo: https://github.com/sbdchd/squawk
255
- rev: 2.40.1
255
+ rev: 2.41.0
256
256
  hooks:
257
257
  - id: squawk
258
258
  files: path/to/postgres/migrations/written/in/sql
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "2.40.1",
3
+ "version": "2.41.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",