Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit f2e4019

Browse files
committed
release: 0.14.0
1 parent ffd4e43 commit f2e4019

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.14.0](https://github.com/stonith404/pingvin-share/compare/v0.13.1...v0.14.0) (2023-04-01)
2+
3+
4+
### Features
5+
6+
* **share, config:** more variables, placeholder and reset default ([#132](https://github.com/stonith404/pingvin-share/issues/132)) ([beece56](https://github.com/stonith404/pingvin-share/commit/beece56327da141c222fd9f5259697df6db9347a))
7+
8+
9+
### Bug Fixes
10+
11+
* bool config variable can't be changed ([0e5c673](https://github.com/stonith404/pingvin-share/commit/0e5c67327092e4751208e559a2b0d5ee2b91b6e3))
12+
113
### [0.13.1](https://github.com/stonith404/pingvin-share/compare/v0.13.0...v0.13.1) (2023-03-14)
214

315

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": "0.13.1",
3+
"version": "0.14.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": "0.13.1",
3+
"version": "0.14.0",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

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": "0.13.1",
3+
"version": "0.14.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)