From 7970fc6b5514312d5bce6494c826f19f51ffd339 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Mon, 30 Oct 2023 21:30:23 +0000 Subject: [PATCH] v0.63.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a5c9ac..e1334235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.63.1](https://github.com/nyaruka/temba-components/compare/v0.63.0...v0.63.1) + +- Replace attachment rendering [`#380`](https://github.com/nyaruka/temba-components/pull/380) + #### [v0.63.0](https://github.com/nyaruka/temba-components/compare/v0.62.3...v0.63.0) +> 30 October 2023 + - Compose tabs [`#378`](https://github.com/nyaruka/temba-components/pull/378) - Use tabs for compose [`d26fb18`](https://github.com/nyaruka/temba-components/commit/d26fb1802cfdfa8c7e2c13307251704863a47b5e) diff --git a/package.json b/package.json index 2620b859..3ab88f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nyaruka/temba-components", - "version": "0.63.0", + "version": "0.63.1", "description": "Web components to support rapidpro and related projects", "author": "Nyaruka ", "main": "dist/index.js",