Skip to content

Commit 9a20083

Browse files
committed
beta
1 parent 827c5c3 commit 9a20083

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Node.js CI](https://github.com/typicode/json-server/actions/workflows/node.js.yml/badge.svg)](https://github.com/typicode/json-server/actions/workflows/node.js.yml)
44

55
> [!IMPORTANT]
6-
> Viewing alpha v1 documentation – usable but expect breaking changes. For stable version, see [here](https://github.com/typicode/json-server/tree/v0)
6+
> Viewing beta v1 documentation – usable but expect breaking changes. For stable version, see [here](https://github.com/typicode/json-server/tree/v0)
77
88
👋 _Hey! Using React, Vue or Astro? Check my new project [MistCSS](https://github.com/typicode/mistcss) to write 50% less code._
99

@@ -92,7 +92,7 @@ Run `json-server --help` for a list of options
9292

9393
> [!NOTE]
9494
> This project uses the [Fair Source License](https://fair.io/). Only organizations with 3+ users are kindly asked to contribute a small amount through sponsorship [sponsor](https://github.com/sponsors/typicode) for usage. __This license helps keep the project sustainable and healthy, benefiting everyone.__
95-
>
95+
>
9696
> For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).
9797
9898
## Routes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-server",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0-beta.0",
44
"description": "",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)