Skip to content

Commit

Permalink
chore(release): Publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unfrgivn committed Apr 27, 2021
1 parent cb11f48 commit cc46bff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.5.0](https://github.com/itcig/metamorphosis/compare/v0.4.2...v0.5.0) - 2021-04-27

### Merged

- chore: Bump y18n from 4.0.0 to 4.0.1 [`#40`](https://github.com/itcig/metamorphosis/pull/40)
- chore: Bump find-my-way from 2.2.2 to 2.2.5 [`#38`](https://github.com/itcig/metamorphosis/pull/38)
- feat: Add new KsqlDbService [`#41`](https://github.com/itcig/metamorphosis/pull/41)

### Commits

- chore(deps): Update packages [`cb11f48`](https://github.com/itcig/metamorphosis/commit/cb11f4866e4fade5e7f890e9616a884fe9b98043)
- style: Remove redundant method call [`8fc4766`](https://github.com/itcig/metamorphosis/commit/8fc47665ebed110d5399fda8b35d6f873161985b)

## [v0.4.2](https://github.com/itcig/metamorphosis/compare/v0.4.1...v0.4.2) - 2020-11-01

### Merged

- feat: Remove optional ENV vars from config [`#37`](https://github.com/itcig/metamorphosis/pull/37)

### Commits

- chore(release): Publish v0.4.2 [`4acf8d1`](https://github.com/itcig/metamorphosis/commit/4acf8d177004d01aa56f6a835362afb39f8cadf9)

## [v0.4.1](https://github.com/itcig/metamorphosis/compare/v0.4.0...v0.4.1) - 2020-10-19

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamorphosisjs/metamorphosis",
"version": "0.4.2",
"version": "0.5.0",
"description": "Lightweight JS framework for deploying Kakfa workers",
"main": "lib",
"types": "lib/",
Expand Down

0 comments on commit cc46bff

Please sign in to comment.