Skip to content

Commit

Permalink
Bump version (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Oct 2, 2024
1 parent 9c8bf34 commit fdc840c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 0.27.0 - TBD
## Version 0.28.0 - TBD

## Version 0.27.0 - 2024-10-02
### Changed
- Any configuration variable (via CLI or `cds.env`) can now be passed in snake_case in addition to camelCase
- Action parameters are now generated as optional by default, which is how the runtime treats them. Mandatory parameters have to be marked as `not null` in CDS/CDL, or `notNull` in CSN.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/cds-typer",
"version": "0.26.0",
"version": "0.27.0",
"description": "Generates .ts files for a CDS model to receive code completion in VS Code",
"main": "index.js",
"repository": "github:cap-js/cds-typer",
Expand Down

0 comments on commit fdc840c

Please sign in to comment.