@fishawack/lab-env 4.25.2 → 4.25.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.md CHANGED
@@ -1,8 +1,11 @@
1
1
  ## Changelog
2
2
 
3
- ### 4.25.2 (2024-02-09)
3
+ ### 4.25.3 (2024-02-09)
4
4
  * [Change] Bumped fishawack/lab-env-core-1 to 1.3.3
5
5
 
6
+ ### 4.25.2 (2024-02-09)
7
+ * [Misc] no changes due to issue with deployment
8
+
6
9
  ### 4.25.1 (2024-01-24)
7
10
  * [Change] Bumped fishawack/lab-env-core-1 to 1.3.2
8
11
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "lab-env docker config for the @fishawack/core/1 npm module",
5
5
  "scripts": {
6
6
  "preversion": "docker login",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "4.25.2",
3
+ "version": "4.25.3",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {