Skip to content

Commit

Permalink
chore(release): v4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Dec 15, 2020
1 parent 17dd093 commit e646b77
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.2.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/kerno/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/kerno/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vorto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/vorto/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e646b77

Please sign in to comment.