Skip to content

Commit af07898

Browse files
authored
chore: bump v0.3.0-rc3 (#148)
1 parent 24d9dee commit af07898

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/migration.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## BREAKING CHANGES
44

5-
1. Rename `sync-config` to `sync-scripts`
6-
2. Rename `deployed-scripts` to `my-scripts`
7-
3. Templates `offckb.config.ts` file are refactored with NEW structure
5+
1. Rename Devnet chain name in `dev.toml` config from `offckb` to standard `ckb_dev`
6+
2. Rename `sync-config` to `sync-scripts`
7+
3. Rename `deployed-scripts` to `my-scripts`
8+
4. Templates `offckb.config.ts` file are refactored with NEW structure
89

910
## Add new commands
1011

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offckb/cli",
3-
"version": "0.3.0-rc2",
3+
"version": "0.3.0-rc3",
44
"description": "ckb development network for your first try",
55
"author": "CKB EcoFund",
66
"license": "MIT",

0 commit comments

Comments
 (0)