Skip to content

Commit

Permalink
chore: release v1.0.1 version update (#161)
Browse files Browse the repository at this point in the history
* v1.0.1

* update change log

Co-authored-by: Yong Liu <[email protected]>
  • Loading branch information
amliuyong and amliuyong committed Jul 1, 2022
1 parent a015589 commit 0e67f2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2022-07-01
### Fix
- [notebook]: pin the source code in experimental notebook

## [1.0.0] - 2022-05-20
### Added
- All files, initial version
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"bundledDependencies": [],
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"jest": {
"clearMocks": true,
"collectCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion source/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.2"
"version": "1.0.1"
}

0 comments on commit 0e67f2d

Please sign in to comment.