We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe02e5 commit 263fc54Copy full SHA for 263fc54
2 files changed
Changelog.md
@@ -2,7 +2,12 @@
2
3
## 0.5.0
4
5
-### Changes
+### Added
6
+
7
+* Concept of projects
8
+* Project and study visibility
9
10
+### Changed
11
12
* Modified navigation method to use sidenav view
13
* Have visibility of navigation links be based on user permissions
package.json
@@ -1,6 +1,6 @@
1
{
"name": "signlab",
- "version": "0.5.0-pre",
+ "version": "0.5.0",
"scripts": {
"start:dev": "npm run build:dev --workspace=client && npm run start:dev --workspace=server",
"start:watch": "NODE_ENV=local concurrently 'npm run start:watch --workspace=server' 'npm run start:watch --workspace=client'",
0 commit comments