Skip to content

Commit 36f26d3

Browse files
authored
chore(release): 4.6.0
1 parent a5b4aa4 commit 36f26d3

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.6.0](https://github.com/linode/apl-console/compare/v4.5.0...v4.6.0) (2025-06-24)
6+
7+
8+
### Features
9+
10+
* update users table for team admins ([#594](https://github.com/linode/apl-console/issues/594)) ([e8c46de](https://github.com/linode/apl-console/commit/e8c46dea83d8ddf69453c04c6a54861939626a58))
11+
12+
13+
### Bug Fixes
14+
15+
* enhance service creation form with correct useCname data ([#598](https://github.com/linode/apl-console/issues/598)) ([830783a](https://github.com/linode/apl-console/commit/830783a4fa3130ea2a92fca8ed6f0669681497c8))
16+
* form validation error for useORCS ([#596](https://github.com/linode/apl-console/issues/596)) ([7bfe3c5](https://github.com/linode/apl-console/commit/7bfe3c528de252542b9aa18dc81a21673de23748))
17+
* remove session corrupt state notification ([#599](https://github.com/linode/apl-console/issues/599)) ([00fe560](https://github.com/linode/apl-console/commit/00fe560ec125227574f1da81de73a219b0cf2401))
18+
* replaced apl-docs with techdocs ([#587](https://github.com/linode/apl-console/issues/587)) ([b7d2ef1](https://github.com/linode/apl-console/commit/b7d2ef111870b1aca89f385feb620dd104f93708))
19+
* webhook inconsistent render issue ([#595](https://github.com/linode/apl-console/issues/595)) ([5a3c2fe](https://github.com/linode/apl-console/commit/5a3c2fec46c777a598523a2fdf8dd4f4632d7d23))
20+
21+
22+
### CI
23+
24+
* added pr auto updater ([#597](https://github.com/linode/apl-console/issues/597)) ([a5b4aa4](https://github.com/linode/apl-console/commit/a5b4aa45a41d30769801b9e22bb0b44f804e969f))
25+
526
## [4.5.0](https://github.com/linode/apl-console/compare/v4.4.0...v4.5.0) (2025-06-17)
627

728

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
@@ -154,5 +154,5 @@
154154
"tag": true
155155
}
156156
},
157-
"version": "4.5.0"
157+
"version": "4.6.0"
158158
}

0 commit comments

Comments
 (0)