File tree Expand file tree Collapse file tree 2 files changed +39
-25
lines changed Expand file tree Collapse file tree 2 files changed +39
-25
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
- ## 5.10.1
7
+ ## 5.10.2
8
8
9
- No merged PRs
9
+ ([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.10.1...cf61c0ef37312e33efe3ca61ba1f13a4cb5ca901 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Restore usage of npm token [ #395 ] ( https://github.com/jupyter/nbformat/pull/395 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-12&to=2024-03-12&type=c ) )
18
+
19
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-12..2024-03-12&type=Issues )
10
20
11
21
<!-- <END NEW CHANGELOG ENTRY> -->
12
22
23
+ ## 5.10.1
24
+
25
+ No merged PRs
26
+
13
27
## 5.10.0
14
28
15
29
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.9.2...e690de194660e7e4b3ac083001ce21633d418e3a ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nbformat-schema" ,
3
- "version" : " 5.10.1 " ,
4
- "description" : " JSON schemata for Jupyter notebook formats" ,
5
- "main" : " index.js" ,
6
- "files" : [
7
- " nbformat/v3/nbformat.v3.schema.json" ,
8
- " nbformat/v4/nbformat.v4.schema.json"
9
- ],
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " git+https://github.com/jupyter/nbformat.git"
13
- },
14
- "keywords" : [
15
- " jupyter" ,
16
- " notebook" ,
17
- " json-schema"
18
- ],
19
- "author" : " Project Jupyter Contributors" ,
20
- "license" : " BSD-3-Clause" ,
21
- "bugs" : {
22
- "url" : " https://github.com/jupyter/nbformat/issues"
23
- },
24
- "homepage" : " https://nbformat.readthedocs.io"
2
+ "name" : " nbformat-schema" ,
3
+ "version" : " 5.10.2 " ,
4
+ "description" : " JSON schemata for Jupyter notebook formats" ,
5
+ "main" : " index.js" ,
6
+ "files" : [
7
+ " nbformat/v3/nbformat.v3.schema.json" ,
8
+ " nbformat/v4/nbformat.v4.schema.json"
9
+ ],
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/jupyter/nbformat.git"
13
+ },
14
+ "keywords" : [
15
+ " jupyter" ,
16
+ " notebook" ,
17
+ " json-schema"
18
+ ],
19
+ "author" : " Project Jupyter Contributors" ,
20
+ "license" : " BSD-3-Clause" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/jupyter/nbformat/issues"
23
+ },
24
+ "homepage" : " https://nbformat.readthedocs.io"
25
25
}
You can’t perform that action at this time.
0 commit comments