Skip to content

Commit dd546b4

Browse files
committed
release: 1.13.0
1 parent 19e6b9a commit dd546b4

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.13.0](https://github.com/stonith404/pingvin-share/compare/v1.12.0...v1.13.0) (2025-05-25)
2+
3+
4+
### Features
5+
6+
* allow to use redis cache instead of memory cache ([#832](https://github.com/stonith404/pingvin-share/issues/832)) ([85f5143](https://github.com/stonith404/pingvin-share/commit/85f514316b0b808b8c063bf571df6b528a1b3de4))
7+
* **backend:** allow to define path to the config file ([#838](https://github.com/stonith404/pingvin-share/issues/838)) ([cfdb29e](https://github.com/stonith404/pingvin-share/commit/cfdb29ed4dde875233b4bc3f510ae50976b963b8))
8+
19
## [1.12.0](https://github.com/stonith404/pingvin-share/compare/v1.11.1...v1.12.0) (2025-05-07)
210

311

backend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pingvin-share-backend",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"scripts": {
55
"build": "nest build",
66
"dev": "cross-env NODE_ENV=development nest start --watch",

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pingvin-share-frontend",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pingvin-share",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"scripts": {
55
"format": "cd frontend && npm run format && cd ../backend && npm run format",
66
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",

0 commit comments

Comments
 (0)