Skip to content

Commit 1fab29d

Browse files
committed
Merge branch 'master' into issue38
2 parents 3af7aae + 79e7f50 commit 1fab29d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1616
- Creating a Java smart contract automatically targets the latest version of neow3j (per Maven Central)
1717
- Make use of the ms-dotnettools.vscode-dotnet-sdk extension to acquire a path to dotnet
1818
(instead of requiring a global installation accessible in the PATH)
19+
- Updated Neo Express to latest RC1 build
1920
- Outdated npm package dependencies have been updated (now using TypeScript 4, Node 14, React 17, webpack 5)
2021

2122
## [2.0-preview] - 2021-03-24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
},
322322
"scripts": {
323323
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
324-
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/2.0.21-preview/Neo.Express.2.0.21-preview.nupkg\" -O deps/nxp/nxp.nupkg",
324+
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/2.0.23-preview/Neo.Express.2.0.23-preview.nupkg\" -O deps/nxp/nxp.nupkg",
325325
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
326326
"compile": "npm run compile-ext && npm run compile-panel",
327327
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",

0 commit comments

Comments
 (0)