Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip-ci]
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.2...v0.1.0) (2021-06-01)

### Bug Fixes

* exclude 'husky install' from postinstall script ([2b2159b](2b2159b))
* husky commit-msg hook ([#46](#46)) ([fc67cf3](fc67cf3))
* if condition to conditionally build apps ([dd838dc](dd838dc))
* set CI:true in ci pipeline (release) ([12de857](12de857))
* set HUSKY_SKIP_HOOKS in ci pipeline ([bbe8a89](bbe8a89))
* trigger next release ([ca99211](ca99211))
* trigger next release ([#72](#72)) ([311163f](311163f)), closes [#41](#41) [#66](#66) [#65](#65) [#64](#64)

### Features

* **krew-ui-svelte:** setup Svelte app ([#47](#47)) ([106c27c](106c27c))
  • Loading branch information
semantic-release-bot committed Jun 1, 2021
1 parent 076ad4d commit d6416b2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.1.0](https://github.com/move4mobile/krew-workspace/compare/v0.0.2...v0.1.0) (2021-06-01)


### Bug Fixes

* exclude 'husky install' from postinstall script ([2b2159b](https://github.com/move4mobile/krew-workspace/commit/2b2159b3f489ff7dfd6f645689305974a93a2e0d))
* husky commit-msg hook ([#46](https://github.com/move4mobile/krew-workspace/issues/46)) ([fc67cf3](https://github.com/move4mobile/krew-workspace/commit/fc67cf36c66375f37018a079118d96b03ddf08a2))
* if condition to conditionally build apps ([dd838dc](https://github.com/move4mobile/krew-workspace/commit/dd838dc557d3c0bb3d566dddfe3b1dda807077ae))
* set CI:true in ci pipeline (release) ([12de857](https://github.com/move4mobile/krew-workspace/commit/12de8574f1cc2c05d77f41fa4e8770e5a29cc987))
* set HUSKY_SKIP_HOOKS in ci pipeline ([bbe8a89](https://github.com/move4mobile/krew-workspace/commit/bbe8a89ad0df06a4d35ba63b2321f2950a550d44))
* trigger next release ([ca99211](https://github.com/move4mobile/krew-workspace/commit/ca99211a589a4915aef64bcc28d29facf3a85cc0))
* trigger next release ([#72](https://github.com/move4mobile/krew-workspace/issues/72)) ([311163f](https://github.com/move4mobile/krew-workspace/commit/311163fd6fdad480f9b08adb5da8a219fc38f239)), closes [#41](https://github.com/move4mobile/krew-workspace/issues/41) [#66](https://github.com/move4mobile/krew-workspace/issues/66) [#65](https://github.com/move4mobile/krew-workspace/issues/65) [#64](https://github.com/move4mobile/krew-workspace/issues/64)


### Features

* **krew-ui-svelte:** setup Svelte app ([#47](https://github.com/move4mobile/krew-workspace/issues/47)) ([106c27c](https://github.com/move4mobile/krew-workspace/commit/106c27c951918518388a8a0b3414f2d3f63dcf74))

## [0.0.2](https://github.com/move4mobile/krew-workspace/compare/v0.0.1...v0.0.2) (2021-05-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "krew",
"version": "0.0.2",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit d6416b2

Please sign in to comment.