File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to the Neo N3 Visual DevTracker extension will be documented
44
55Check [ 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments