Skip to content

Commit

Permalink
Bump version to 0.29.0 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Nov 20, 2024
1 parent de33ef2 commit f5523e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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.29.0 - tbd
## Version 0.30.0 - TBD

## Version 0.29.0 - 2024-11-20
### Added
- [breaking] cds-typer now tries to automatically detect whether it has to generate ESM or CommonJS in the emitted _index.js_ files. This behaviour can be overridden via the `--targetModuleType` option. _If you rely on these generated index.js files to be CJS despite your project being of ESM type, you need to manually tell cds-typer to generate CJS files!_

### Changed

### Fixed
- The static `.keys` property now properly reels in key types from inherited classes.

Expand Down

0 comments on commit f5523e3

Please sign in to comment.