diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aa176..ebbc6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/uport-project/taksi/compare/v4.1.0...v4.2.0) (2020-12-15) + + +### Features + +* **kerno:** simulate a feature commit ([39603fd](https://github.com/uport-project/taksi/commit/39603fd5048ba7f19a6a4d89509d95f915c83af7)) + + + + + # [4.1.0](https://github.com/uport-project/taksi/compare/v4.0.0...v4.1.0) (2020-12-15) diff --git a/lerna.json b/lerna.json index c51056c..d743a3f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.1.0", + "version": "4.2.0", "packages": [ "packages/*" ], diff --git a/packages/kerno/CHANGELOG.md b/packages/kerno/CHANGELOG.md index 9bef5b9..bc1a346 100644 --- a/packages/kerno/CHANGELOG.md +++ b/packages/kerno/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/uport-project/taksi/compare/v4.1.0...v4.2.0) (2020-12-15) + + +### Features + +* **kerno:** simulate a feature commit ([39603fd](https://github.com/uport-project/taksi/commit/39603fd5048ba7f19a6a4d89509d95f915c83af7)) + + + + + # [4.1.0](https://github.com/uport-project/taksi/compare/v4.0.0...v4.1.0) (2020-12-15) diff --git a/packages/kerno/package.json b/packages/kerno/package.json index 0df9c82..ef6a523 100644 --- a/packages/kerno/package.json +++ b/packages/kerno/package.json @@ -1,7 +1,7 @@ { "name": "@taksi/kerno", "description": "Jen la kerna pako", - "version": "4.1.0", + "version": "4.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/vorto/CHANGELOG.md b/packages/vorto/CHANGELOG.md index 1830f44..0c3868f 100644 --- a/packages/vorto/CHANGELOG.md +++ b/packages/vorto/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/uport-project/taksi/compare/v4.1.0...v4.2.0) (2020-12-15) + +**Note:** Version bump only for package @taksi/vorto + + + + + # [4.1.0](https://github.com/uport-project/taksi/compare/v4.0.0...v4.1.0) (2020-12-15) **Note:** Version bump only for package @taksi/vorto diff --git a/packages/vorto/package.json b/packages/vorto/package.json index 2428070..b76059c 100644 --- a/packages/vorto/package.json +++ b/packages/vorto/package.json @@ -1,14 +1,14 @@ { "name": "@taksi/vorto", "description": "Jen la vorto pako", - "version": "4.1.0", + "version": "4.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "@taksi/kerno": "^4.1.0" + "@taksi/kerno": "^4.2.0" }, "devDependencies": { "typescript": "^4.0.3"