From 2dddfb2ba90c1d5f349134e7f5abec08f8b4a085 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Jan 2023 12:59:47 +0000 Subject: [PATCH] chore(release): 6.9.0-alpha.1 [skip ci] # [6.9.0-alpha.1](https://github.com/SoftwareBrothers/adminjs/compare/v6.8.0...v6.9.0-alpha.1) (2023-01-17) ### Features * add language selector ([#1342](https://github.com/SoftwareBrothers/adminjs/issues/1342))([@jwasiak](https://github.com/jwasiak)) ([8e6044c](https://github.com/SoftwareBrothers/adminjs/commit/8e6044c6695dbafbb3eba4cd929bc21becd873c8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0c5c47ea..29a6d9a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adminjs", - "version": "6.8.0", + "version": "6.9.0-alpha.1", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",