Skip to content

Commit 27b7598

Browse files
committed
Prepare
1 parent 8bd4a37 commit 27b7598

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Version 0.1.0 - 2025-xx-xx
8+
## Version 0.1.0 - 2025-02-27
99

1010
### Added
1111

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/test-build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
cd temp
4+
cds init afcsdk
5+
cd afcsdk
6+
npm install @cap-js-community/sap-afc-sdk
7+
afc init cf
8+
afc add broker,sample,http
9+
mbt build

0 commit comments

Comments
 (0)