-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.2.0](v0.1.0...v0.2.0) (2021-06-02) ### Bug Fixes * trigger next release ([d915f25](d915f25)) * trigger next release ([af7386a](af7386a)) * trigger next release ([eb428e2](eb428e2)) * **dependabot:** set target to 'develop' ([f491e29](f491e29)) ### Features * add shared assets lib ([#62](#62)) ([d8c4eb7](d8c4eb7)) * **krew-ui-react:** setup react app ([#75](#75)) ([bf4d1a3](bf4d1a3))
- Loading branch information
1 parent
d915f25
commit 66d64de
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "krew", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "nx", | ||
|