Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/astro-theme/replace-variables.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { visit } from "unist-util-visit";

const replacements = {
CX_LATEST: "1.2.2",
BP_LATEST: "1.0",
CX_LATEST: "1.2.8",
BP_LATEST: "1.1.2",
};

export function remarkReplaceVars() {
Expand Down
4 changes: 4 additions & 0 deletions sites/browserpod/src/content/docs/14-more/03-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Changelog
description: A changelog for BrowserPod.
---

## Version 1.1.2:

- Fix timestamping of OPFS devices

## Version 1.1.1

- Fixed a performance regression
Expand Down
Loading