@langri-sha/projen-husky 0.3.2 → 0.3.4

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,52 @@
2
2
  "name": "@langri-sha/projen-husky",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 26 Jul 2024 20:58:04 GMT",
5
+ "date": "Thu, 29 Aug 2024 21:43:35 GMT",
6
+ "version": "0.3.4",
7
+ "tag": "@langri-sha/projen-husky_v0.3.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-husky",
13
+ "commit": "dec2a74bd11103d7c193b88247b0de68be347685",
14
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.14"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 30 Jul 2024 01:07:42 GMT",
21
+ "version": "0.3.3",
22
+ "tag": "@langri-sha/projen-husky_v0.3.3",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "email not defined",
27
+ "package": "@langri-sha/projen-husky",
28
+ "commit": "94e0e8e66eadf2c9530c84d1f34fec3b2213b104",
29
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.13"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Sat, 27 Jul 2024 15:50:16 GMT",
36
+ "version": "0.3.2",
37
+ "tag": "@langri-sha/projen-husky_v0.3.2",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "filip.dupanovic@gmail.com",
42
+ "package": "@langri-sha/projen-husky",
43
+ "commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
44
+ "comment": "feat(workspace): Exclude compiling test modules"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 26 Jul 2024 21:00:28 GMT",
6
51
  "version": "0.3.2",
7
52
  "tag": "@langri-sha/projen-husky_v0.3.2",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @langri-sha/projen-husky
2
2
 
3
- This log was last generated on Fri, 26 Jul 2024 20:58:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 29 Aug 2024 21:43:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.4
8
+
9
+ Thu, 29 Aug 2024 21:43:35 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.14 (email not defined)
14
+
15
+ ## 0.3.3
16
+
17
+ Tue, 30 Jul 2024 01:07:42 GMT
18
+
19
+ ### Patches
20
+
21
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.13 (email not defined)
22
+
7
23
  ## 0.3.2
8
24
 
9
- Fri, 26 Jul 2024 20:58:04 GMT
25
+ Fri, 26 Jul 2024 21:00:28 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-husky",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "bugs": {
5
5
  "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  "devDependencies": {
25
25
  "@langri-sha/tsconfig": "0.10.1",
26
26
  "@langri-sha/vitest": "0.1.1",
27
- "@types/node": "20.14.12"
27
+ "@types/node": "20.14.14"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "husky": "^9.0.1",