Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Sep 28, 2022
1 parent ab2fb09 commit 50ffe24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2022-09-28
### Fixed
- Fix installing local plugin dependencies

## [1.2.0] - 2022-09-23
### Added
- Add `bee plugins --lock`
Expand Down Expand Up @@ -487,7 +491,8 @@ BEE_PLUGINS=("${BEE_HOME}/plugins" "${HOME}/.bee/plugins")
- plugins and templates
- install script

[Unreleased]: https://github.com/sschmid/bee/compare/1.2.0...HEAD
[Unreleased]: https://github.com/sschmid/bee/compare/1.2.1...HEAD
[1.2.1]: https://github.com/sschmid/bee/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/sschmid/bee/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/sschmid/bee/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sschmid/bee/compare/0.41.0...1.0.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit 50ffe24

Please sign in to comment.