chore(release): 0.1.0

This commit is contained in:
Björn Fromme
2026-08-10 09:33:19 +02:00
parent 6f440d6ba8
commit f51d699928
2 changed files with 23 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
<!--- BEGIN HEADER -->
# Changelog
All notable changes to this project will be documented in this file.
<!--- END HEADER -->
## [0.1.0](https://git.fromme.dev/ep/appsmith-bff/compare/790d5bc15ff570b0aae93da83fdf62b81734a9c4...v0.1.0) (2026-08-10)
### Features
* implement full bff logic ([790d5bc](https://git.fromme.dev/ep/appsmith-bff/commit/790d5bc15ff570b0aae93da83fdf62b81734a9c4))
---
+9 -4
View File
@@ -53,13 +53,18 @@
"cache:clear": "symfony-cmd", "cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd" "assets:install %PUBLIC_DIR%": "symfony-cmd"
}, },
"post-install-cmd": ["@auto-scripts"], "post-install-cmd": [
"post-update-cmd": ["@auto-scripts"] "@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
}, },
"extra": { "extra": {
"symfony": { "symfony": {
"allow-contrib": false, "allow-contrib": false,
"require": "7.*" "require": "7.*"
} }
} },
} "version": "0.1.0"
}