diff --git a/CHANGELOG.md b/CHANGELOG.md index 284647ef..35539a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.6.1](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.6.0...v1.6.1) (2026-02-25) + ## [1.6.0](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.5.40...v1.6.0) (2026-02-23) diff --git a/package.json b/package.json index e03cd35e..b658c910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hipmi", - "version": "1.6.0", + "version": "1.6.1", "private": true, "prisma": { "seed": "bun prisma/seed.ts" diff --git a/types/env.d.ts b/types/env.d.ts index a8686a23..7a93f9e3 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -11,5 +11,9 @@ declare namespace NodeJS { NEXT_PUBLIC_BASE_SESSION_KEY?: string; RESEND_APIKEY?: string; WA_SERVER_TOKEN?: string; + FIREBASE_ADMIN_PRIVATE_KEY?: string; + FIREBASE_ADMIN_CLIENT_EMAIL?: string; + FIREBASE_ADMIN_PROJECT_ID?: string; + NEXT_PUBLIC_API_URL?: string; } }