Skip to content

Commit 1957cf1

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2020-09-11) ### Features * **api:** move the API to the mono repo ([4c4a96d](4c4a96d)) * **config:** remove default host ([cc733cb](cc733cb)) * **config:** use LOG_LEVEL instead of NODE_ENV to determine the log level ([cbdd9d0](cbdd9d0)) * **core:** add logger ([b8eed95](b8eed95)) * **core:** allow host configuration ([631300c](631300c)) * add bin/ entrypoint ([45ea47c](45ea47c)) * add config ([ae9f22e](ae9f22e)) * **host:** add first host endpoint using Koa ([8feeb0d](8feeb0d))
1 parent d8496d3 commit 1957cf1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# [0.4.0](https://github.com/codenights/mix-it/compare/v0.3.0...v0.4.0) (2020-09-11)
2+
3+
4+
### Features
5+
6+
* **api:** move the API to the mono repo ([4c4a96d](https://github.com/codenights/mix-it/commit/4c4a96dca225eaf264248f1c9a69f7fb412bc4f8))
7+
* **config:** remove default host ([cc733cb](https://github.com/codenights/mix-it/commit/cc733cb63047f2dd8aa8401f6ccaddee37336880))
8+
* **config:** use LOG_LEVEL instead of NODE_ENV to determine the log level ([cbdd9d0](https://github.com/codenights/mix-it/commit/cbdd9d031d926522284b08b9466316f408364865))
9+
* **core:** add logger ([b8eed95](https://github.com/codenights/mix-it/commit/b8eed9548272d9a0aad36c08ca1a94aa2a3f9f16))
10+
* **core:** allow host configuration ([631300c](https://github.com/codenights/mix-it/commit/631300c876b1d12ec7f78475b08f2d9f1b5cb8df))
11+
* add bin/ entrypoint ([45ea47c](https://github.com/codenights/mix-it/commit/45ea47c6bff71b6643589601fac36502d8c308aa))
12+
* add config ([ae9f22e](https://github.com/codenights/mix-it/commit/ae9f22eca296d1dd2d49362157a5603ab86e5907))
13+
* **host:** add first host endpoint using Koa ([8feeb0d](https://github.com/codenights/mix-it/commit/8feeb0d324070a0ceaaf9871e070d97e7c4758f7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mix-it",
33
"author": "jordantaillefer <[email protected]>, Falinor",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"private": true,
66
"workspaces": [
77
"packages/**"

0 commit comments

Comments
 (0)