Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog.md #343

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to the "vscode-knative" extension will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.5.0 (2024/03/05)

- [#335](https://github.com/redhat-developer/vscode-knative/issues/335) Fix serverless function build
- [#341](https://github.com/redhat-developer/vscode-knative/pull/341) Update func cli to 1.13.0

## 1.4.0 (2023/10/13)

- [#326](https://github.com/redhat-developer/vscode-knative/pull/326) Pin 3rd-party actions to SHA1
- [#329](https://github.com/redhat-developer/vscode-knative/pull/329) Publish to OpenVSX
- [#331](https://github.com/redhat-developer/vscode-knative/pull/331) Update func cli to 1.9.3 and kn to 1.9.2
- [#334](https://github.com/redhat-developer/vscode-knative/pull/334) React to vsce renaming to @vscode/vsce


## 1.3.1 (2022/01/13)

- [#316](https://github.com/redhat-developer/vscode-knative/pull/322) Update kn cli to 1.8.1 and func cli to 1.8.2
Expand Down
17 changes: 2 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-knative",
"displayName": "Knative",
"description": "Knative & Serverless Functions extension for VSCode",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"publisher": "redhat",
"preview": false,
Expand Down
Loading