@langri-sha/projen-husky 0.3.4 → 0.3.6

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.json CHANGED
@@ -2,7 +2,57 @@
2
2
  "name": "@langri-sha/projen-husky",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 29 Aug 2024 21:43:35 GMT",
5
+ "date": "Sun, 17 May 2026 20:20:56 GMT",
6
+ "version": "0.3.6",
7
+ "tag": "@langri-sha/projen-husky_v0.3.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-husky",
13
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
14
+ "comment": "chore(deps): update node.js to v20.18.1"
15
+ },
16
+ {
17
+ "author": "email not defined",
18
+ "package": "@langri-sha/projen-husky",
19
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
20
+ "comment": "chore(deps): update dependency @types/node to v20.19.20"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 10 Sep 2024 10:39:17 GMT",
27
+ "version": "0.3.5",
28
+ "tag": "@langri-sha/projen-husky_v0.3.5",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "filip.dupanovic@gmail.com",
33
+ "package": "@langri-sha/projen-husky",
34
+ "commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
35
+ "comment": "feat(projen): Post-upgrade updates"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "author": "email not defined",
41
+ "package": "@langri-sha/projen-husky",
42
+ "commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
43
+ "comment": "chore(deps): update node.js to v20.17.0"
44
+ },
45
+ {
46
+ "author": "email not defined",
47
+ "package": "@langri-sha/projen-husky",
48
+ "commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
49
+ "comment": "chore(deps): update dependency @types/node to v20.16.3"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Thu, 29 Aug 2024 21:44:25 GMT",
6
56
  "version": "0.3.4",
7
57
  "tag": "@langri-sha/projen-husky_v0.3.4",
8
58
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @langri-sha/projen-husky
2
2
 
3
- This log was last generated on Thu, 29 Aug 2024 21:43:35 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 17 May 2026 20:20:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.6
8
+
9
+ Sun, 17 May 2026 20:20:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore(deps): update node.js to v20.18.1 (email not defined)
14
+ - chore(deps): update dependency @types/node to v20.19.20 (email not defined)
15
+
16
+ ## 0.3.5
17
+
18
+ Tue, 10 Sep 2024 10:39:17 GMT
19
+
20
+ ### Patches
21
+
22
+ - chore(deps): update node.js to v20.17.0 (email not defined)
23
+ - chore(deps): update dependency @types/node to v20.16.3 (email not defined)
24
+
7
25
  ## 0.3.4
8
26
 
9
- Thu, 29 Aug 2024 21:43:35 GMT
27
+ Thu, 29 Aug 2024 21:44:25 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-husky",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "bugs": {
5
5
  "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
6
  },
@@ -24,11 +24,11 @@
24
24
  "devDependencies": {
25
25
  "@langri-sha/tsconfig": "0.10.1",
26
26
  "@langri-sha/vitest": "0.1.1",
27
- "@types/node": "20.14.14"
27
+ "@types/node": "20.19.20"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "husky": "^9.0.1",
31
- "projen": "^0.84.0"
31
+ "projen": "^0.86.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"