0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05:00

release: 0.7.0

This commit is contained in:
Elias Schneider 2023-01-13 10:59:52 +01:00
parent fc116d65c0
commit e09213a295
6 changed files with 19 additions and 7 deletions

View file

@ -1,3 +1,15 @@
## [0.7.0](https://github.com/stonith404/pingvin-share/compare/v0.6.1...v0.7.0) (2023-01-13)
### Features
* add ClamAV to scan for malicious files ([76088cc](https://github.com/stonith404/pingvin-share/commit/76088cc76aedae709f06deaee2244efcf6a22bed))
### Bug Fixes
* invalid github release link on admin page ([349bf47](https://github.com/stonith404/pingvin-share/commit/349bf475cc7fc1141dbd2a9bd2f63153c4d5b41b))
### [0.6.1](https://github.com/stonith404/pingvin-share/compare/v0.6.0...v0.6.1) (2023-01-11)

View file

@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "0.6.1",
"version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "0.6.1",
"version": "0.7.0",
"dependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/config": "^2.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.6.1",
"version": "0.7.0",
"scripts": {
"build": "nest build",
"dev": "nest start --watch",

View file

@ -1,12 +1,12 @@
{
"name": "pingvin-share-frontend",
"version": "0.6.1",
"version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "0.6.1",
"version": "0.7.0",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share-frontend",
"version": "0.6.1",
"version": "0.7.0",
"scripts": {
"dev": "next dev",
"build": "next build",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share",
"version": "0.6.1",
"version": "0.7.0",
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",