Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2021-08-31)

### Bug Fixes

* fixed quicksort to use randomized version and added radix sort ([994eaaa](994eaaa))
  • Loading branch information
semantic-release-bot committed Aug 31, 2021
1 parent 994eaaa commit 305411b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/MrUnfunny/visualize/compare/v1.0.0...v1.0.1) (2021-08-31)


### Bug Fixes

* fixed quicksort to use randomized version and added radix sort ([994eaaa](https://github.com/MrUnfunny/visualize/commit/994eaaac7ad6371a9d8b4a458622941d5dad7166))

# 1.0.0 (2021-08-28)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.0.0
version: 1.0.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 305411b

Please sign in to comment.