File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.1] - 2022-07-01
8
+ ### Fix
9
+ - [ notebook] : pin the source code in experimental notebook
10
+
7
11
## [ 1.0.0] - 2022-05-20
8
12
### Added
9
13
- All files, initial version
Original file line number Diff line number Diff line change 52
52
},
53
53
"bundledDependencies" : [],
54
54
"license" : " Apache-2.0" ,
55
- "version" : " 1.0.0 " ,
55
+ "version" : " 1.0.1 " ,
56
56
"jest" : {
57
57
"clearMocks" : true ,
58
58
"collectCoverage" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0 .0.2 "
2
+ "version" : " 1 .0.1 "
3
3
}
You can’t perform that action at this time.
0 commit comments