Skip to content

Commit 6fe8751

Browse files
authored
update changelog and version (#170)
1 parent 01a4b6b commit 6fe8751

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
7+
## 1.3.1 (2024-06-13)
8+
9+
### What's Changed
10+
11+
- Fix: stable dev environment and remove from calesi setup
12+
- Feat: use relative path for resource definitions URL and compatible with windows
13+
- Fix: no event or apiResources when build ord files
14+
15+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.0...v1.3.1
16+
617
## 1.3.0 (2024-05-20)
718

819
### What's Changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/ord",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "CAP Plugin for generating ORD document.",
55
"repository": "cap-js/ord",
66
"author": "SAP SE (https://www.sap.com)",
@@ -44,4 +44,4 @@
4444
}
4545
}
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)