File tree Expand file tree Collapse file tree 4 files changed +6130
-8263
lines changed Expand file tree Collapse file tree 4 files changed +6130
-8263
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ This is a note for maintainers only. There are several steps to follow before yo
6666can publish the new version to npm.
6767
68681 . Bump the version number using semver. Use "rc" for release candidates as the _ preid_ , e.g.
69- ` 1.0.0-rc1 ` . Updat the version number in the root [ package.json] ( ./package.json )
69+ ` 1.0.0-rc1 ` . Update the version number in the root [ package.json] ( ./package.json )
7070 and in the libs [ package.json] ( ./libs/nodeplotlib/package.json ) .
71712 . If everything is committed and in place on "master" for non-release candidates,
7272 or on "release/..." for release candidates. Create a tag with that version number,
Original file line number Diff line number Diff line change 11{
22 "name" : " nodeplotlib" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib" ,
55 "author" : " Felix Lemke <flemke.dev@gmail.com> (https://felixlemke.dev)" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments