diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47737d5c..3a5e826c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,8 @@
-# HEAD
-
-* **js:** Migrate ESLint to use flat config file (#906)
+# 19.2.0
## Features
-* **component:** Add Firefox Klar wordmark for the Wordmark component
+* **component:** Add Firefox Klar wordmark for the Wordmark component (#932)
+* **js:** Migrate ESLint to use flat config file (#906)
# 19.1.0
diff --git a/assets/package/README.md b/assets/package/README.md
index 5a70d5d4..d8ec51b1 100644
--- a/assets/package/README.md
+++ b/assets/package/README.md
@@ -20,7 +20,7 @@ Install package with NPM and add it to your dependencies:
Version |
-19.1.0 |
+19.2.0 |
Releases |
diff --git a/assets/package/package.json b/assets/package/package.json
index 838e1c0e..666f4a45 100644
--- a/assets/package/package.json
+++ b/assets/package/package.json
@@ -1,6 +1,6 @@
{
"name": "@mozilla-protocol/core",
- "version": "19.1.0",
+ "version": "19.2.0",
"description": "A design system for Mozilla's websites.",
"repository": {
"type": "git",
diff --git a/package-lock.json b/package-lock.json
index 6903fc76..2ac9dab4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "protocol",
- "version": "19.1.0",
+ "version": "19.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "protocol",
- "version": "19.1.0",
+ "version": "19.2.0",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.24.7",
diff --git a/package.json b/package.json
index f836d267..216bfbe7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "protocol",
- "version": "19.1.0",
+ "version": "19.2.0",
"private": true,
"author": "Mozilla",
"description": "A design system for Mozilla's websites.",