@temir.ra/create-ts-lib 0.2.1-patch.1 → 0.2.1-patch.2
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.md +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
4. Updated both `dev.ts` files to use inline `new URL('../', import.meta.url)`.
|
|
9
9
|
5. Removed `src/urls.ts` from root and template (not needed — inline resolution is sufficient).
|
|
10
10
|
|
|
11
|
+
### patch.1
|
|
12
|
+
|
|
13
|
+
1. Fixed minor documentation issues.
|
|
14
|
+
|
|
15
|
+
### patch.2
|
|
16
|
+
|
|
17
|
+
1. Fixed missing `template/` files in the published package.
|
|
18
|
+
|
|
11
19
|
## 0.1.0
|
|
12
20
|
|
|
13
21
|
1. First version of the template.
|