Skip to content

Commit d571b3d

Browse files
Merge pull request #293 from scheduleonce/mavericks/ONCEHUB-116976
chore: update package version to 6.0.1
2 parents 1b5f77e + dd33952 commit d571b3d

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.1] - 2026-04-13
9+
10+
- [ONCEHUB-116976](https://scheduleonce.atlassian.net/browse/ONCEHUB-116976) fixed vulnerability found in package vite
11+
812
## [6.0.0] - 2026-03-26
913

1014
- [ONCEHUB-112987](https://scheduleonce.atlassian.net/browse/ONCEHUB-112987) Upgrade to Angular 21 and Node 24

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
88
},
99
"license": "MIT",
10-
"version": "6.0.1-beta.1",
10+
"version": "6.0.1",
1111
"scripts": {
1212
"ng": "ng",
1313
"build": "ng build --configuration production && node -e \"require('fs').copyFileSync('README.md','dist/knowledgeowl-angular/README.md')\"",

src/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oncehub/knowledgeowl-angular",
3-
"version": "6.0.1-beta.1",
3+
"version": "6.0.1",
44
"description": "Knowledge Owl Angular",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)