internal/history: document Go 1.19.13 release

Change-Id: If7a237813eb8a619ae86a125dde16be3cbc283b1
Reviewed-on: https://go-review.googlesource.com/c/website/+/526175
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
diff --git a/internal/history/release.go b/internal/history/release.go
index 620d8d8..bedc6b8 100644
--- a/internal/history/release.go
+++ b/internal/history/release.go
@@ -31,6 +31,13 @@
 		},
 	},
 	{
+		Date: Date{2023, 9, 6}, Version: Version{1, 19, 13},
+		Bug: &FixSummary{
+			Components: []template.HTML{"the <code>go</code> command"},
+			Packages:   []string{"crypto/tls", "net/http"},
+		},
+	},
+	{
 		Date: Date{2023, 8, 8}, Version: Version{1, 21, 0},
 	},
 	{