diff options
author | 2021-11-02 23:13:18 -0700 | |
---|---|---|
committer | 2021-11-02 23:13:18 -0700 | |
commit | 3fe676e9c932e05ed6a9dc27fd8d394f39f45491 (patch) | |
tree | 88011672c173800aeca32205a105f983eddaa9b6 | |
parent | bffe8e918b141a52e8b9792840a1fbb163aac2d4 (diff) | |
download | bun-3fe676e9c932e05ed6a9dc27fd8d394f39f45491.tar.gz bun-3fe676e9c932e05ed6a9dc27fd8d394f39f45491.tar.zst bun-3fe676e9c932e05ed6a9dc27fd8d394f39f45491.zip |
Bump versions
Diffstat (limited to '')
-rw-r--r-- | build-id | 2 | ||||
-rw-r--r-- | packages/bun-framework-next/package.json | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -43 +44 diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 2f80383ae..57899c3a2 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -1,7 +1,7 @@ { "name": "bun-framework-next", - "version": "0.0.0-23", - "description": "Bun compatibility layer for Next.js v11.1.2", + "version": "12.0.0", + "description": "Bun compatibility layer for Next.js v12.0.x", "framework": { "displayName": "Next.js", "static": "public", |