We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610cda7 commit b088122Copy full SHA for b088122
3 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM oven/bun:1
2
3
RUN apt-get update -y && apt-get install -y openssl
4
-RUN bun i -g pnpm@10.3.0
+RUN bun i -g pnpm@10.10.0
5
6
WORKDIR /app
7
RELEASE_NOTES.md
@@ -1,6 +1,5 @@
### ✨ Features
-- Shows unsubscribed count on campaign page
- New features and improvements.
### 🐛 Bug Fixes
package.json
@@ -1,5 +1,5 @@
{
- "version": "0.4.8",
+ "version": "0.4.9",
"name": "letterspace",
"private": true,
"scripts": {
@@ -13,7 +13,7 @@
13
"turbo": "^2.3.4",
14
"typescript": "5.8.3"
15
},
16
- "packageManager": "pnpm@10.3.0",
+ "packageManager": "pnpm@10.10.0",
17
"engines": {
18
"node": ">=22"
19
0 commit comments