Skip to content

Commit 263fc54

Browse files
committed
chore: Update version information
1 parent ebe02e5 commit 263fc54

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## 0.5.0
44

5-
### Changes
5+
### Added
6+
7+
* Concept of projects
8+
* Project and study visibility
9+
10+
### Changed
611

712
* Modified navigation method to use sidenav view
813
* Have visibility of navigation links be based on user permissions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signlab",
3-
"version": "0.5.0-pre",
3+
"version": "0.5.0",
44
"scripts": {
55
"start:dev": "npm run build:dev --workspace=client && npm run start:dev --workspace=server",
66
"start:watch": "NODE_ENV=local concurrently 'npm run start:watch --workspace=server' 'npm run start:watch --workspace=client'",

0 commit comments

Comments
 (0)