Skip to content

Commit 0e67f2d

Browse files
authored
chore: release v1.0.1 version update (#161)
* v1.0.1 * update change log Co-authored-by: Yong Liu <yonmzn@amazon.com>
1 parent a015589 commit 0e67f2d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 2022-07-01
8+
### Fix
9+
- [notebook]: pin the source code in experimental notebook
10+
711
## [1.0.0] - 2022-05-20
812
### Added
913
- All files, initial version

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"bundledDependencies": [],
5454
"license": "Apache-2.0",
55-
"version": "1.0.0",
55+
"version": "1.0.1",
5656
"jest": {
5757
"clearMocks": true,
5858
"collectCoverage": true,

source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.0.2"
2+
"version": "1.0.1"
33
}

0 commit comments

Comments
 (0)