Skip to content

Commit

Permalink
chore(release): publish v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 14, 2021
1 parent 8f06d16 commit 6515e77
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.

## 0.4.1 (2021-12-14)

**Note:** Version bump only for package remoteloop





# 0.4.0 (2021-12-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"createRelease": false
}
},
"version": "0.4.0"
"version": "0.4.1"
}
8 changes: 8 additions & 0 deletions packages/desktop/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.

## 0.4.1 (2021-12-14)

**Note:** Version bump only for package @remoteloop/desktop





# 0.4.0 (2021-12-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remoteloop/desktop",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.js",
"license": "MIT",
"copyright": "Copyright © 2021 Anton Postoyalko",
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"dependencies": {
"@nut-tree/nut-js": "^1.7.0",
"@remoteloop/web": "^0.4.0",
"@remoteloop/web": "^0.4.1",
"electron-log": "^4.4.1",
"express": "^4.17.1",
"ip": "^1.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/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.

## 0.4.1 (2021-12-14)

**Note:** Version bump only for package @remoteloop/web





# 0.4.0 (2021-12-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remoteloop/web",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6515e77

Please sign in to comment.