@ministryofjustice/hmpps-precommit-hooks 0.1.0 → 1.0.2

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/CHANGELOG.md +5 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Change log
2
2
 
3
- ## 1.0.0
3
+ ## 1.0.2
4
+
5
+ Fix versions, accidentally mixed 1.0.0 and 0.1.0
6
+
7
+ ## 0.1.0
4
8
 
5
9
  Move to node 24
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-precommit-hooks",
3
- "version": "0.1.0",
3
+ "version": "1.0.2",
4
4
  "description": "Precommit hooks for HMPPS typescript projects",
5
5
  "keywords": [
6
6
  "precommit"