Skip to content

Commit 6ea874c

Browse files
committed
[VERSION] 0.10.0
1 parent ec34028 commit 6ea874c

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## **0.10.0** <sub><sup>2022-12-31 ([4c0cb6c...ec34028](https://github.com/lumium-technologies/lumium/compare/4c0cb6c...ec34028?diff=split))</sup></sub>
2+
3+
### Features
4+
* add nickname and role to profile ([61c9ab6](https://github.com/lumium-technologies/lumium/commit/61c9ab6))
5+
6+
##### `e2e`
7+
* sync page content ([221a7ef](https://github.com/lumium-technologies/lumium/commit/221a7ef))
8+
9+
##### `renderer`
10+
* decrypt workspace key ([5281be1](https://github.com/lumium-technologies/lumium/commit/5281be1))
11+
12+
13+
### Merged Branches
14+
* develop ([42c6c13](https://github.com/lumium-technologies/lumium/commit/42c6c13))
15+
16+
117
## **0.9.0** <sub><sup>2022-12-30 ([1b6525f...fbd862e](https://github.com/lumium-technologies/lumium/compare/1b6525f...fbd862e?diff=split))</sup></sub>
218

319
### Features

lumium-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumium-api",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/lumium-technologies/lumium"

lumium-space/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumium-space",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/lumium-technologies/lumium"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumium",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/lumium-technologies/lumium"

0 commit comments

Comments
 (0)