Skip to content

Commit d24df94

Browse files
committed
Prepare
1 parent 7e7088f commit d24df94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ 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.2.0 - 2025-03-xx
8+
## Version 0.1.1 - 2025-04-10
99

10-
### Added
10+
### Fixed
1111

12-
- External release
12+
- Improvements
1313

1414
## Version 0.1.0 - 2025-02-27
1515

scripts/build-cf.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ cd afcsdk
1212
npm install github:cap-js-community/sap-afc-sdk
1313
afc init cf
1414
afc add -a broker,stub,mock,sample,test,http
15-
npm test
16-
mbt build
15+
npm test

scripts/deploy-cf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22

33
cd temp/afcsdk
4+
mbt build
45
cf deploy mta_archives/afcsdk_1.0.0.mtar

0 commit comments

Comments
 (0)