@langri-sha/projen-husky 0.1.1 → 0.1.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 +43 -1
- package/CHANGELOG.md +20 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-husky",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Tue,
|
|
5
|
+
"date": "Tue, 21 May 2024 05:21:31 GMT",
|
|
6
|
+
"version": "0.1.3",
|
|
7
|
+
"tag": "@langri-sha/projen-husky_v0.1.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@langri-sha/projen-husky",
|
|
13
|
+
"commit": "f95709138a43b934997a15555d3e42655a02bee3",
|
|
14
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.81.15"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "email not defined",
|
|
18
|
+
"package": "@langri-sha/projen-husky",
|
|
19
|
+
"commit": "f95709138a43b934997a15555d3e42655a02bee3",
|
|
20
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.81.13"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 15 May 2024 06:47:18 GMT",
|
|
27
|
+
"version": "0.1.2",
|
|
28
|
+
"tag": "@langri-sha/projen-husky_v0.1.2",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "email not defined",
|
|
33
|
+
"package": "@langri-sha/projen-husky",
|
|
34
|
+
"commit": "92c7d4c9ac50342a39af3fc029307a2899f0ae34",
|
|
35
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.81.11"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "email not defined",
|
|
39
|
+
"package": "@langri-sha/projen-husky",
|
|
40
|
+
"commit": "92c7d4c9ac50342a39af3fc029307a2899f0ae34",
|
|
41
|
+
"comment": "chore(deps): chore(deps): update dependency @types/node to v20.12.12"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Tue, 14 May 2024 20:41:06 GMT",
|
|
6
48
|
"version": "0.1.1",
|
|
7
49
|
"tag": "@langri-sha/projen-husky_v0.1.1",
|
|
8
50
|
"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 Tue,
|
|
3
|
+
This log was last generated on Tue, 21 May 2024 05:21:31 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.3
|
|
8
|
+
|
|
9
|
+
Tue, 21 May 2024 05:21:31 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): chore(deps): update dependency projen to v0.81.15 (email not defined)
|
|
14
|
+
- chore(deps): chore(deps): update dependency projen to v0.81.13 (email not defined)
|
|
15
|
+
|
|
16
|
+
## 0.1.2
|
|
17
|
+
|
|
18
|
+
Wed, 15 May 2024 06:47:18 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- chore(deps): chore(deps): update dependency projen to v0.81.11 (email not defined)
|
|
23
|
+
- chore(deps): chore(deps): update dependency @types/node to v20.12.12 (email not defined)
|
|
24
|
+
|
|
7
25
|
## 0.1.1
|
|
8
26
|
|
|
9
|
-
Tue, 14 May 2024 20:
|
|
27
|
+
Tue, 14 May 2024 20:41:06 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.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@langri-sha/jest-test": "0.7.1",
|
|
12
12
|
"@langri-sha/tsconfig": "0.9.0",
|
|
13
|
-
"@types/node": "20.12.
|
|
14
|
-
"projen": "0.81.
|
|
13
|
+
"@types/node": "20.12.12",
|
|
14
|
+
"projen": "0.81.15"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"husky": "^9.0.0",
|