Skip to content

Commit cb8bc6f

Browse files
committed
update neo-express and changelog for release
1 parent d5f618b commit cb8bc6f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the Neo N3 Visual DevTracker extension will be documented
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [3.0.9] - 2021-09-08
8+
9+
### Changed
10+
11+
* Update Neo Express to 3.0.13
12+
* Update WELL_KNOWN_BLOCKCHAINS and SEED_URLS for RC4/Final TestNet nodes (#116)
13+
714
## [3.0.8] - 2021-08-10
815

916
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
},
328328
"scripts": {
329329
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
330-
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.0.5/Neo.Express.3.0.5.nupkg\" -O deps/nxp/nxp.nupkg",
330+
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.0.13/Neo.Express.3.0.13.nupkg\" -O deps/nxp/nxp.nupkg",
331331
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
332332
"compile": "npm run compile-ext && npm run compile-panel",
333333
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",

0 commit comments

Comments
 (0)