From ed8f598da25c748c10e6f72c8bed40a7db45b098 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Tue, 23 Apr 2024 14:38:33 -0500
Subject: [PATCH 01/13] Update learn.json

---
 learn.json | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/learn.json b/learn.json
index 71b303c..7200c58 100644
--- a/learn.json
+++ b/learn.json
@@ -20,6 +20,13 @@
     
         "editor": {
             "version": "3.1.23"
+        },
+    "video": {
+        "intro": {
+            "es": "https://www.youtube.com/watch?v=SD9lqR67yMY",
+            "en": "https://www.youtube.com/watch?v=06rxSj-9wM4"
         }
+    }
+
     
 }

From 8e51e9dd257471afc20468532d7a196d94d7dd04 Mon Sep 17 00:00:00 2001
From: Charlytoc <charlyjchaconc@gmail.com>
Date: Tue, 23 Apr 2024 19:22:04 -0500
Subject: [PATCH 02/13] Update with new version of editor and cli

---
 .devcontainer/devcontainer.json |  4 +++-
 learn.json                      | 11 +++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 09c6c79..9bf9747 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,3 +1,4 @@
+
 // For format details, see https://aka.ms/devcontainer.json. For config options, see the
 // README at: https://github.com/devcontainers/templates/tree/main/src/python
 {
@@ -21,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/python@1.0.3"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},
@@ -38,3 +39,4 @@
 	// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
 	// "remoteUser": "root"
 }
+
diff --git a/learn.json b/learn.json
index 7200c58..badbf1d 100644
--- a/learn.json
+++ b/learn.json
@@ -18,9 +18,12 @@
     "bugsLink": "https://github.com/learnpack/learnpack/issues/new",
     "graded": true,
     
-        "editor": {
-            "version": "3.1.23"
-        },
+    "editor": {
+        "version": "3.1.36"
+    },
+    "telemetry": {
+        "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
+    },
     "video": {
         "intro": {
             "es": "https://www.youtube.com/watch?v=SD9lqR67yMY",
@@ -29,4 +32,4 @@
     }
 
     
-}
+}
\ No newline at end of file

From 9bbaedab6f0b80fdc433e68ce1bcd9771ed67c2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Mon, 1 Jul 2024 17:35:08 -0500
Subject: [PATCH 03/13] Update learn.json

---
 learn.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/learn.json b/learn.json
index badbf1d..e08f7b5 100644
--- a/learn.json
+++ b/learn.json
@@ -19,7 +19,7 @@
     "graded": true,
     
     "editor": {
-        "version": "3.1.36"
+        "version": "3.1.40"
     },
     "telemetry": {
         "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
@@ -32,4 +32,4 @@
     }
 
     
-}
\ No newline at end of file
+}

From ec0d8817e2cf2a24b67caff4f5f4a6150a73813a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Mon, 1 Jul 2024 17:35:24 -0500
Subject: [PATCH 04/13] Update devcontainer.json

---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 9bf9747..9d3733d 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},

From 6ff2ec8910a8a77e52ca32957c0153ed55b41eb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Wed, 28 Aug 2024 18:29:36 -0500
Subject: [PATCH 05/13] Update devcontainer.json

---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 9d3733d..47cbc21 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/python@1.0.3"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},

From f960cdfadf828c61496fba8d36b7152c96653185 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Wed, 28 Aug 2024 18:29:58 -0500
Subject: [PATCH 06/13] Update learn.json

---
 learn.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/learn.json b/learn.json
index e08f7b5..bdcd1f5 100644
--- a/learn.json
+++ b/learn.json
@@ -19,7 +19,7 @@
     "graded": true,
     
     "editor": {
-        "version": "3.1.40"
+        "version": "4.0.6"
     },
     "telemetry": {
         "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"

From a406293bfc1b3b717e851295fb310efcf8cb700e Mon Sep 17 00:00:00 2001
From: Alejandro Sanchez <aalejo@gmail.com>
Date: Fri, 15 Nov 2024 14:33:07 -0500
Subject: [PATCH 07/13] Update learn.json

---
 learn.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/learn.json b/learn.json
index bdcd1f5..6c765eb 100644
--- a/learn.json
+++ b/learn.json
@@ -19,7 +19,7 @@
     "graded": true,
     
     "editor": {
-        "version": "4.0.6"
+        "version": "4.0"
     },
     "telemetry": {
         "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"

From 3dc8fd90d9acd705ef43f39e5ecdba3e204beea4 Mon Sep 17 00:00:00 2001
From: Alejandro Sanchez <aalejo@gmail.com>
Date: Wed, 15 Jan 2025 14:46:25 -0500
Subject: [PATCH 08/13] Update learn.json

---
 learn.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/learn.json b/learn.json
index 6c765eb..dc1266d 100644
--- a/learn.json
+++ b/learn.json
@@ -19,10 +19,10 @@
     "graded": true,
     
     "editor": {
-        "version": "4.0"
+        "version": "5.0"
     },
     "telemetry": {
-        "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
+        "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=147"
     },
     "video": {
         "intro": {

From 7a4bff1c198bec9accc54a99b03de0723cb68204 Mon Sep 17 00:00:00 2001
From: Alejandro Sanchez <aalejo@gmail.com>
Date: Wed, 15 Jan 2025 14:46:42 -0500
Subject: [PATCH 09/13] Update devcontainer.json

---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 47cbc21..b6cc910 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/python@1.0.3"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.7 -g && learnpack plugins:install @learnpack/python@1.0.3"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},

From 05b142a804402f70bf60315e77af8cf797735599 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Mon, 27 Jan 2025 20:38:45 -0400
Subject: [PATCH 10/13] Update devcontainer.json

---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index b6cc910..72c9a22 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.7 -g && learnpack plugins:install @learnpack/python@1.0.3"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.13 -g && learnpack plugins:install @learnpack/python@1.0.6"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},

From 2952cca4eefdf71cb60a7f6f9fff6a431e3ca29b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Mon, 27 Jan 2025 23:16:30 -0500
Subject: [PATCH 11/13] Update devcontainer.json

---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 72c9a22..174bdc0 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.13 -g && learnpack plugins:install @learnpack/python@1.0.6"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.14 -g && learnpack plugins:install @learnpack/python@1.0.6"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},

From cd49ba87027eb698c311a5cbcb3264370a7a78fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Charly=20Chac=C3=B3n?=
 <107764250+Charlytoc@users.noreply.github.com>
Date: Sat, 1 Feb 2025 07:26:54 -0500
Subject: [PATCH 12/13] Update devcontainer.json

---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 174bdc0..8d6afa7 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
 			"extensions": ["learn-pack.learnpack-vscode"]
 		}
 	},
-	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.14 -g && learnpack plugins:install @learnpack/python@1.0.6"
+	"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.19 -g && learnpack plugins:install @learnpack/python@1.0.6"
 
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},

From 2b1369747df5cd3acb9ae2e0b52b2295f5845cef Mon Sep 17 00:00:00 2001
From: GitHub Actions <actions@github.com>
Date: Fri, 28 Feb 2025 21:46:30 +0000
Subject: [PATCH 13/13] Update workflow files

---
 .github/workflows/learnpack-audit.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/learnpack-audit.yml b/.github/workflows/learnpack-audit.yml
index 52644d8..95814c2 100644
--- a/.github/workflows/learnpack-audit.yml
+++ b/.github/workflows/learnpack-audit.yml
@@ -5,9 +5,9 @@ name: Learnpack audit
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 jobs:
   build:
@@ -16,7 +16,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [14.x]
+        node-version: [20.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps: