diff --git a/CHANGELOG.md b/CHANGELOG.md index 8302098b..6b9ed9a9 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.113.0](https://github.com/nyaruka/temba-components/compare/v0.112.0...v0.113.0) + +- Ensure initial index doesn't fire without tabs [`#467`](https://github.com/nyaruka/temba-components/pull/467) + #### [v0.112.0](https://github.com/nyaruka/temba-components/compare/v0.111.5...v0.112.0) +> 23 November 2024 + - Rework TembaUser, active flows, and several bug fixes [`#466`](https://github.com/nyaruka/temba-components/pull/466) - Make configurable whether run list allows deletion [`#464`](https://github.com/nyaruka/temba-components/pull/464) - TembaUser as EndpointMonitor. Add active flow in chat. [`fbf6299`](https://github.com/nyaruka/temba-components/commit/fbf62996face5f8bb417c924ee18a4dc311a29f4) diff --git a/package.json b/package.json index d733b7e3..3560f0b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nyaruka/temba-components", - "version": "0.112.0", + "version": "0.113.0", "description": "Web components to support rapidpro and related projects", "author": "Nyaruka ", "main": "dist/index.js",