From f41e9e6631a2e98945299657b2fc61faae84c663 Mon Sep 17 00:00:00 2001 From: solufa Date: Fri, 31 Jul 2020 13:01:58 +0900 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8748aff..4358a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.5.0](https://github.com/frouriojs/velona/compare/v0.4.2...v0.5.0) (2020-07-31) + + +### Features + +* export Deps type ([5244ab2](https://github.com/frouriojs/velona/commit/5244ab23354c77e8cf6a4d183ff804cd1d4d70f6)) + ### [0.4.2](https://github.com/frouriojs/velona/compare/v0.4.1...v0.4.2) (2020-07-30) diff --git a/package.json b/package.json index 30d41dd..e10766b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "velona", - "version": "0.4.2", + "version": "0.5.0", "description": "TypeScript DI helper for functional programming", "author": "Solufa ", "license": "MIT",