@langri-sha/projen-license 0.3.2 → 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 +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +1 -1
- /package/{types/license.d.ts → license.d.ts} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 27 Jul 2024 14:05:48 GMT",
|
|
6
|
+
"version": "0.3.3",
|
|
7
|
+
"tag": "@langri-sha/projen-license_v0.3.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-license",
|
|
13
|
+
"commit": "e17f674711bb0ce427303fb3804e0811be8d3a48",
|
|
14
|
+
"comment": "fix(project): Resolve missing `license-o-matic` declarations"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 26 Jul 2024 21:00:28 GMT",
|
|
6
21
|
"version": "0.3.2",
|
|
7
22
|
"tag": "@langri-sha/projen-license_v0.3.2",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-license
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 27 Jul 2024 14:05:48 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.3
|
|
8
|
+
|
|
9
|
+
Sat, 27 Jul 2024 14:05:48 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- fix(project): Resolve missing `license-o-matic` declarations (filip.dupanovic@gmail.com)
|
|
14
|
+
|
|
7
15
|
## 0.3.2
|
|
8
16
|
|
|
9
|
-
Fri, 26 Jul 2024
|
|
17
|
+
Fri, 26 Jul 2024 21:00:28 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
File without changes
|