v1.37.0
ISMS Builder v1.37.0
Quick Start
tar -xzf isms-builder-v1.37.0.tar.gz
npm install
cp .env.example .env # JWT_SECRET setzen
npm startSee CHANGELOG and documentation for details.
What's Changed
- feat: add Knex.js ORM (SQLite/Postgres/MariaDB) by @volkermauel in #15
- i18n: add translations for remaining fixed German strings by @pixelspark in #30
- chore(deps): bump nodemailer from 8.0.2 to 8.0.8 by @dependabot[bot] in #36
- chore(deps): bump puppeteer from 24.39.1 to 24.43.1 by @dependabot[bot] in #33
- chore(deps): bump better-sqlite3 from 12.6.2 to 12.10.0 by @dependabot[bot] in #32
- chore(deps): bump express from 4.22.1 to 4.22.2 by @dependabot[bot] in #31
- chore(ci): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #16
- chore(deps): bump jest from 30.3.0 to 30.4.2 by @dependabot[bot] in #27
- chore(deps): bump mysql2 from 3.19.1 to 3.22.3 by @dependabot[bot] in #22
New Contributors
- @volkermauel made their first contribution in #15
- @pixelspark made their first contribution in #30
Full Changelog: v1.35.0...v1.37.0