diff options
author | 2021-11-21 17:04:18 -0800 | |
---|---|---|
committer | 2021-11-21 17:04:18 -0800 | |
commit | 86743ab361469febc114b68484ce4daf240e73d1 (patch) | |
tree | 27a7512f239bdb4f35c924e7fd645e021ff7e04d | |
parent | cca8081f2e26c2562575c881660e36169134159f (diff) | |
download | bun-86743ab361469febc114b68484ce4daf240e73d1.tar.gz bun-86743ab361469febc114b68484ce4daf240e73d1.tar.zst bun-86743ab361469febc114b68484ce4daf240e73d1.zip |
Bump bun-framework-next
Diffstat (limited to '')
-rw-r--r-- | packages/bun-framework-next/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index f0519f527..55c2ff930 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -1,6 +1,6 @@ { "name": "bun-framework-next", - "version": "12.0.4", + "version": "12.0.5", "main": "index.js", "module": "index.js", "description": "Bun compatibility layer for Next.js v12.0.x", |