diff --git a/CHANGELOG.md b/CHANGELOG.md index d614907..c46be67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.0](https://github.com/stonith404/pingvin-share/compare/v1.8.2...v1.9.0) (2025-02-12) + + +### Features + +* ability to add email to recipients list by clicking enter ([#760](https://github.com/stonith404/pingvin-share/issues/760)) ([70b577f](https://github.com/stonith404/pingvin-share/commit/70b577f5ac8385cfc6a22ffee4c7e317e3cc6403)) + ## [1.8.2](https://github.com/stonith404/pingvin-share/compare/v1.8.1...v1.8.2) (2025-01-21) diff --git a/backend/package-lock.json b/backend/package-lock.json index f7a0e75..ca2cca1 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share-backend", - "version": "1.8.2", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pingvin-share-backend", - "version": "1.8.2", + "version": "1.9.0", "dependencies": { "@aws-sdk/client-s3": "^3.679.0", "@nestjs/cache-manager": "^2.2.2", diff --git a/backend/package.json b/backend/package.json index b1c5cac..9adc12a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share-backend", - "version": "1.8.2", + "version": "1.9.0", "scripts": { "build": "nest build", "dev": "cross-env NODE_ENV=development nest start --watch", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9ebfd11..525d0f7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share-frontend", - "version": "1.8.2", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pingvin-share-frontend", - "version": "1.8.2", + "version": "1.9.0", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/server": "^11.11.0", diff --git a/frontend/package.json b/frontend/package.json index eb43d2b..cd5544a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share-frontend", - "version": "1.8.2", + "version": "1.9.0", "scripts": { "dev": "next dev", "build": "next build", diff --git a/package-lock.json b/package-lock.json index 65872ce..8be4a5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share", - "version": "1.8.2", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pingvin-share", - "version": "1.8.2", + "version": "1.9.0", "devDependencies": { "conventional-changelog-cli": "^3.0.0" } diff --git a/package.json b/package.json index 8ce285f..d8d5de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share", - "version": "1.8.2", + "version": "1.9.0", "scripts": { "format": "cd frontend && npm run format && cd ../backend && npm run format", "lint": "cd frontend && npm run lint && cd ../backend && npm run lint",