@langri-sha/projen-husky 0.3.1 → 0.3.3

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,72 @@
2
2
  "name": "@langri-sha/projen-husky",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 17 Jul 2024 10:45:28 GMT",
5
+ "date": "Tue, 30 Jul 2024 01:06:53 GMT",
6
+ "version": "0.3.3",
7
+ "tag": "@langri-sha/projen-husky_v0.3.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-husky",
13
+ "commit": "94e0e8e66eadf2c9530c84d1f34fec3b2213b104",
14
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.13"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 27 Jul 2024 15:50:16 GMT",
21
+ "version": "0.3.2",
22
+ "tag": "@langri-sha/projen-husky_v0.3.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "filip.dupanovic@gmail.com",
27
+ "package": "@langri-sha/projen-husky",
28
+ "commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
29
+ "comment": "feat(workspace): Exclude compiling test modules"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 26 Jul 2024 21:00:28 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": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
44
+ "comment": "feat(projen): Add Git ignore patterns"
45
+ },
46
+ {
47
+ "author": "filip.dupanovic@gmail.com",
48
+ "package": "@langri-sha/projen-husky",
49
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
50
+ "comment": "feat(workspace): Migrate documentation pathnames"
51
+ }
52
+ ],
53
+ "patch": [
54
+ {
55
+ "author": "email not defined",
56
+ "package": "@langri-sha/projen-husky",
57
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
58
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.12"
59
+ },
60
+ {
61
+ "author": "email not defined",
62
+ "package": "@langri-sha/projen-husky",
63
+ "commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
64
+ "comment": "chore(deps): chore(deps): update dependency projen to v0.84.6"
65
+ }
66
+ ]
67
+ }
68
+ },
69
+ {
70
+ "date": "Wed, 17 Jul 2024 10:48:16 GMT",
6
71
  "version": "0.3.1",
7
72
  "tag": "@langri-sha/projen-husky_v0.3.1",
8
73
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @langri-sha/projen-husky
2
2
 
3
- This log was last generated on Wed, 17 Jul 2024 10:45:28 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Jul 2024 01:06:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.3
8
+
9
+ Tue, 30 Jul 2024 01:06:53 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.13 (email not defined)
14
+
15
+ ## 0.3.2
16
+
17
+ Fri, 26 Jul 2024 21:00:28 GMT
18
+
19
+ ### Patches
20
+
21
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.12 (email not defined)
22
+ - chore(deps): chore(deps): update dependency projen to v0.84.6 (email not defined)
23
+
7
24
  ## 0.3.1
8
25
 
9
- Wed, 17 Jul 2024 10:45:28 GMT
26
+ Wed, 17 Jul 2024 10:48:16 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-husky",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
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.11"
27
+ "@types/node": "20.14.13"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "husky": "^9.0.1",
31
- "projen": "^0.82.0"
31
+ "projen": "^0.84.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
File without changes