Skip to content

Commit cafeed2

Browse files
authored
Bump BP to 2.2.0 (#393)
1 parent 8736717 commit cafeed2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/astro-theme/replace-variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { visit } from "unist-util-visit";
22

33
const replacements = {
44
CX_LATEST: "1.2.8",
5-
BP_LATEST: "2.1.0",
5+
BP_LATEST: "2.2.1",
66
};
77

88
export function remarkReplaceVars() {

sites/browserpod/src/content/docs/14-more/03-changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: Changelog
33
description: A changelog for BrowserPod.
44
---
55

6+
## Version 2.2.1:
7+
8+
- Fix a Next.js bug in production builds
9+
10+
## Version 2.2.0:
11+
12+
- Improvements to disk performance
13+
614
## Version 2.1.0:
715

816
- Initial support for Next.js 16

0 commit comments

Comments
 (0)