Skip to content

Commit 79fc570

Browse files
authored
feat: bump to 0.19.1 (#267)
1 parent 6edf214 commit 79fc570

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/cli/src/command/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { PingCommand } from './ping.command';
1212
import { SyncCommand } from './sync.command';
1313
import { configurePluralize } from './utils';
1414

15-
const versionCode = '0.19.0';
15+
const versionCode = '0.19.1';
1616

1717
// initialize dotenv
1818
dotenv.config();

libs/backend-apisix/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
| 3.9.x || Full |
2626
| 3.10.x || Full |
2727
| 3.11.x || Full |
28+
| 3.12.x || Full |
2829

2930
1. The stream routes will be skipped during synchronization because they cannot be associated to the service on these versions.
3031
2. The `name` field is lost when the stream route is dumped and synchronized, because it is not defined in the APISIX schema.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api7/adc",
33
"version": "0.0.0",
4-
"license": "MIT",
4+
"license": "Apache-2.0",
55
"scripts": {},
66
"private": true,
77
"devDependencies": {

0 commit comments

Comments
 (0)