@iebh/tera-fy 1.6.0 → 1.7.0

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ # [1.7.0](https://github.com/IEBH/TERA-fy/compare/v1.6.1...v1.7.0) (2024-05-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Actually write the file when using setProjectLibrary() ([282e710](https://github.com/IEBH/TERA-fy/commit/282e710197320f10264d7a13b45ba4c62f7f0594))
9
+ * Used wrong filename when passing output to RefLib for file write ([e9d36d8](https://github.com/IEBH/TERA-fy/commit/e9d36d857a17a88f05db42a5d4c13ed409adb4d0))
10
+
11
+
12
+ ### Features
13
+
14
+ * Added more file operation - creation of stubs + file removal + nicer getProjectFile() handling ([ec68885](https://github.com/IEBH/TERA-fy/commit/ec6888540bdecbf077cedccad55be46a78a09993))
15
+
16
+ ## [1.6.1](https://github.com/IEBH/TERA-fy/compare/v1.6.0...v1.6.1) (2024-05-27)
17
+
3
18
  # [1.6.0](https://github.com/IEBH/TERA-fy/compare/v1.5.0...v1.6.0) (2024-05-23)
4
19
 
5
20