diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bf665..8748aff 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.4.2](https://github.com/frouriojs/velona/compare/v0.4.1...v0.4.2) (2020-07-30) + + +### Bug Fixes + +* rename params to args ([7fa8fad](https://github.com/frouriojs/velona/commit/7fa8fad3de2efc108165db4561a0a3980a6dccb5)) + ### [0.4.1](https://github.com/frouriojs/velona/compare/v0.4.0...v0.4.1) (2020-07-29) diff --git a/package.json b/package.json index 9862900..30d41dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "velona", - "version": "0.4.1", + "version": "0.4.2", "description": "TypeScript DI helper for functional programming", "author": "Solufa ", "license": "MIT",