From 8893e026d383d2e522471059aa2102ddb28e450c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Mon, 13 Mar 2023 10:55:05 +0100 Subject: [PATCH] [REL] v2.0.9 # v2.0.9 - [FIX] components: do not crash when binding anonymous function --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1669585e..64eeea73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.0.8", + "version": "2.0.9", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "module": "dist/owl.es.js", diff --git a/src/version.ts b/src/version.ts index f0210427..07401ed9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // do not modify manually. This value is updated by the release script. -export const version = "2.0.8"; +export const version = "2.0.9";