docs: update changelogs for release

ci: publish release
This commit is contained in:
Rainer Killinger
2025-07-01 15:43:00 +02:00
parent a5c5c31d09
commit bee38d4a59
57 changed files with 291 additions and 83 deletions

View File

@@ -1,5 +1,11 @@
# @openstapps/backend-config
## 4.0.0
### Major Changes
- c8e29020: Update to Node 22
## 3.0.0
### Major Changes
@@ -30,7 +36,7 @@
```js
#!/usr/bin/env node
import './lib/app.js';
import "./lib/app.js";
```
- 64caebaf: Migrate to ESM
@@ -105,7 +111,7 @@
```js
#!/usr/bin/env node
import './lib/app.js';
import "./lib/app.js";
```
- 64caebaf: Migrate to ESM

View File

@@ -1,7 +1,7 @@
{
"name": "@openstapps/backend-config",
"description": "Backend Configuration for OpenStApps",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"type": "module",
"license": "GPL-3.0-only",