@ministryofjustice/hmpps-precommit-hooks 3.0.0 → 3.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change log
2
2
 
3
+ ## 3.0.1
4
+
5
+ Excludes snapshot test files from trailing-whitespace hook
6
+
3
7
  ## 3.0.0
4
8
 
5
9
  Drops support for node engine 20 (no longer maintained) and adds 26 (will be LTS later this year).
@@ -40,6 +40,7 @@ repos:
40
40
  hooks:
41
41
  - id: end-of-file-fixer
42
42
  - id: trailing-whitespace
43
+ exclude: ^.*snap$
43
44
  - id: check-json
44
45
  - id: check-yaml
45
46
  - id: check-merge-conflict
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-precommit-hooks",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Precommit hooks for HMPPS typescript projects",
5
5
  "keywords": [
6
6
  "precommit"