@fishawack/lab-env 4.47.0-beta.1 → 4.47.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Changelog
2
2
 
3
+ ### 4.47.0 (2025-09-12)
4
+
5
+ #### Features
6
+
7
+ * allow script on python projectS ([e8df8aa](https://bitbucket.org/fishawackdigital/lab-env/commits/e8df8aa868191c820fdc78b5c53dd6d14f3aac91))
8
+ * show logs during pytests ([2bf85af](https://bitbucket.org/fishawackdigital/lab-env/commits/2bf85af112427073ce6c03f90292e059de6be3d6))
9
+
3
10
  ### 4.47.0-beta.1 (2025-09-12)
4
11
 
5
12
  #### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "4.47.0-beta.1",
3
+ "version": "4.47.0",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {