Skip to content

Commit 468b258

Browse files
committed
release: 1.5.0
1 parent 9d4bb55 commit 468b258

File tree

7 files changed

+21
-9
lines changed

7 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.5.0](https://github.com/stonith404/pingvin-share/compare/v1.4.0...v1.5.0) (2024-11-24)
2+
3+
4+
### Features
5+
6+
* **share:** add share ID length setting ([#677](https://github.com/stonith404/pingvin-share/issues/677)) ([9d4bb55](https://github.com/stonith404/pingvin-share/commit/9d4bb55a0945450f8a42c212d7f23983db38f37f))
7+
8+
9+
### Bug Fixes
10+
11+
* totp can't be enabled if user is a ldap user ([c8f05f2](https://github.com/stonith404/pingvin-share/commit/c8f05f2475a5a54550cf64ef57c8b612580273be))
12+
113
## [1.4.0](https://github.com/stonith404/pingvin-share/compare/v1.3.0...v1.4.0) (2024-11-17)
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": "1.4.0",
3+
"version": "1.5.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.4.0",
3+
"version": "1.5.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.4.0",
3+
"version": "1.5.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)