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
66
66
can publish the new version to npm.
67
67
68
68
1 . 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 )
70
70
and in the libs [ package.json] ( ./libs/nodeplotlib/package.json ) .
71
71
2 . If everything is committed and in place on "master" for non-release candidates,
72
72
or on "release/..." for release candidates. Create a tag with that version number,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodeplotlib" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib" ,
5
5
"author" : " Felix Lemke <flemke.dev@gmail.com> (https://felixlemke.dev)" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments