From 56b40d41bc1dbfdd2af4393fc5bde3c4bb981be0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 May 2021 21:13:06 +0000 Subject: [PATCH] chore(release): 1.29.0 [skip ci] ## [1.29.0](https://github.com/homebound-team/beam/compare/v1.28.1...v1.29.0) (2021-05-19) ### Features * Add data-testids to radio options. ([#84](https://github.com/homebound-team/beam/issues/84)) ([8f2709f](https://github.com/homebound-team/beam/commit/8f2709fd9e6c90dd7a4804f464a78bed4780510b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd445a232..55d2322b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/beam", - "version": "1.28.1", + "version": "1.29.0", "author": "Homebound", "license": "MIT", "main": "dist/index.js",