From 6e4015f14aa8c5933ffccb4109cb7771b23050a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:47:01 +0100 Subject: [PATCH] chore(version): patch version 0.32.1 (#466) Set version to 0.32.1 Co-authored-by: daogrady <103028279+daogrady@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) 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",