Skip to content

Commit 491c12a

Browse files
chore(release): 2.12.5 [skip ci]
## [2.12.5](v2.12.4...v2.12.5) (2024-06-03) ### Bug Fixes * **errors:** add messaging for 429 reponse [KHCP-12150] ([#1516](#1516)) ([60eea10](60eea10))
1 parent 60eea10 commit 491c12a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.12.5](https://github.com/Kong/kong-auth-elements/compare/v2.12.4...v2.12.5) (2024-06-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **errors:** add messaging for 429 reponse [KHCP-12150] ([#1516](https://github.com/Kong/kong-auth-elements/issues/1516)) ([60eea10](https://github.com/Kong/kong-auth-elements/commit/60eea10b56ff66c36242b9fc766ad810691f278c))
7+
18
## [2.12.4](https://github.com/Kong/kong-auth-elements/compare/v2.12.3...v2.12.4) (2024-05-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kong/kong-auth-elements",
3-
"version": "2.12.4",
3+
"version": "2.12.5",
44
"type": "module",
55
"main": "dist/kong-auth-elements.vue.umd.js",
66
"module": "dist/kong-auth-elements.vue.es.js",

0 commit comments

Comments
 (0)