Skip to content

Commit f77bad7

Browse files
committed
chore: update and migrate dependencies
1 parent aa38181 commit f77bad7

File tree

4 files changed

+6130
-8263
lines changed

4 files changed

+6130
-8263
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is a note for maintainers only. There are several steps to follow before yo
6666
can publish the new version to npm.
6767

6868
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)
7070
and in the libs [package.json](./libs/nodeplotlib/package.json).
7171
2. 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,

libs/nodeplotlib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 <[email protected]> (https://felixlemke.dev)",
66
"license": "MIT",

0 commit comments

Comments
 (0)