diff --git a/CHANGELOG.md b/CHANGELOG.md index e38ca7f..66503dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.32.1] - 2025-01-20 + ### Added ### Changed ### Deprecated diff --git a/package-lock.json b/package-lock.json index 06743c6..aff4ce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cap-js/cds-typer", - "version": "0.32.0", + "version": "0.32.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cap-js/cds-typer", - "version": "0.32.0", + "version": "0.32.1", "license": "SEE LICENSE IN LICENSE", "bin": { "cds-typer": "lib/cli.js" diff --git a/package.json b/package.json index cfe33be..0479402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-typer", - "version": "0.32.0", + "version": "0.32.1", "description": "Generates .ts files for a CDS model to receive code completion in VS Code", "main": "index.js", "repository": "github:cap-js/cds-typer",