mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
v0.9.4
This commit is contained in:
parent
3358a25d4a
commit
62c34430e1
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
|
|||||||
|
|
||||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [0.9.4](https://github.com/gradido/gradido/compare/0.9.3...0.9.4)
|
||||||
|
|
||||||
|
- Build on run [`#103`](https://github.com/gradido/gradido/pull/103)
|
||||||
|
- update debug docker to use dependencies container pushed to docker hub [`1f002f4`](https://github.com/gradido/gradido/commit/1f002f4ed0b12d4b2bf63efceabe546d0c5b58ea)
|
||||||
|
- removed email tasks complete [`8a143be`](https://github.com/gradido/gradido/commit/8a143be8423d7bd894d4f512848895df8b9694b0)
|
||||||
|
- build login-server on docker-compose up in a docker volume so it rebuild only neccessary parts if some c++ files have changed [`0da5279`](https://github.com/gradido/gradido/commit/0da527917523530186e6effe63dc001fc99bd3e3)
|
||||||
|
|
||||||
#### [0.9.3](https://github.com/gradido/gradido/compare/0.9.2...0.9.3)
|
#### [0.9.3](https://github.com/gradido/gradido/compare/0.9.2...0.9.3)
|
||||||
|
|
||||||
|
> 30 March 2021
|
||||||
|
|
||||||
|
- new version 0.9.3 [`#110`](https://github.com/gradido/gradido/pull/110)
|
||||||
- feat: Frontend tests for Content Footer [`#102`](https://github.com/gradido/gradido/pull/102)
|
- feat: Frontend tests for Content Footer [`#102`](https://github.com/gradido/gradido/pull/102)
|
||||||
- add check session state json function and doc [`#96`](https://github.com/gradido/gradido/pull/96)
|
- add check session state json function and doc [`#96`](https://github.com/gradido/gradido/pull/96)
|
||||||
- activity page stap 2 [`#86`](https://github.com/gradido/gradido/pull/86)
|
- activity page stap 2 [`#86`](https://github.com/gradido/gradido/pull/86)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bootstrap-vue-gradido-wallet",
|
"name": "bootstrap-vue-gradido-wallet",
|
||||||
"version": "0.9.3",
|
"version": "0.9.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gradido",
|
"name": "gradido",
|
||||||
"version": "0.9.3",
|
"version": "0.9.4",
|
||||||
"description": "Gradido",
|
"description": "Gradido",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "git@github.com:gradido/gradido.git",
|
"repository": "git@github.com:gradido/gradido.git",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user