diff --git a/CHANGELOG.md b/CHANGELOG.md index 999c11b..43485d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## [6.0.0-beta.0] - 2026-03-11 +## [6.0.0] - 2026-03-11 - [ONCEHUB-112987](https://scheduleonce.atlassian.net/browse/ONCEHUB-112987) Upgrade to Angular 21 and Node 24 - **BREAKING**: Upgraded Angular packages to v21.1.x diff --git a/package.json b/package.json index b814f63..01a15a2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fix:prettier": "prettier --write \"**/*.{ts,js,css,scss,md,html}\"", "npm-pack": "cd dist/knowledgeowl-angular && npm pack", "package": "npm run build && cp README.md dist/knowledgeowl-angular", - "publish": "cd dist/knowledgeowl-angular && npm publish --access public --tag beta", + "publish": "cd dist/knowledgeowl-angular && npm publish --access public", "test:lint": "ng lint knowledgeowl-angular", "fix:lint": "ng lint knowledgeowl-angular --fix" },