Skip to content

Commit cd18a27

Browse files
committedDec 21, 2022
Bump version
1 parent a4bf30c commit cd18a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenNext aims to support all Next.js 13 features. Some features are work in prog
2525
- [x] Server-side rendering (SSR)
2626
- [x] Incremental static regeneration (ISR)
2727
- [x] Middleware
28-
- [ ] Image optimization (work in progress)
28+
- [x] Image optimization
2929

3030
## Quick start
3131

‎cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-next",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"description": "Open source Next.js serverless adapter",
55
"homepage": "https://open-next.js.org",
66
"type": "module",

0 commit comments

Comments
 (0)
Please sign in to comment.