Skip to content

Commit

Permalink
Upgrade to v0.6 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Aug 7, 2023
1 parent a8a545f commit eda6e44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ 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.5.1 - TBD
## Version 0.6.1 - TBD

### Changed

### Added

### Fixed


## Version 0.6.0 - 2023-08-07

### Added
- Support for `event` syntax
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.5.0",
"version": "0.6.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 eda6e44

Please sign in to comment.