From 7d730982bd8557a357c47420ab89c1fdf72a39f5 Mon Sep 17 00:00:00 2001 From: Homebound Bot Date: Tue, 10 Oct 2023 20:45:29 +0000 Subject: [PATCH] chore(release): 2.320.0 [skip ci] ## [2.320.0](https://github.com/homebound-team/beam/compare/v2.319.1...v2.320.0) (2023-10-10) ### Features * Allow lazy-loaded SelectFields to change their options. ([#962](https://github.com/homebound-team/beam/issues/962)) ([e919851](https://github.com/homebound-team/beam/commit/e919851c53bb957c5430d85fc616eafd9fd26a65)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c5e3c838..a13fdc627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/beam", - "version": "2.319.1", + "version": "2.320.0", "author": "Homebound", "license": "MIT", "main": "dist/index.js",