From 49d781dd3fc58e97e70416109d52a7a6c3dfee79 Mon Sep 17 00:00:00 2001 From: Alessio Coser <18616553+AlessioCoser@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:05:10 +0200 Subject: [PATCH] release 1.1.0 --- .../async-counter-typescript/package.json | 2 +- examples/cdn-package/index.html | 2 +- examples/reactive-state-nodejs/package.json | 2 +- .../simple-counter-javascript/package.json | 2 +- readme.md | 20 +++++++++++++++++++ 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/examples/async-counter-typescript/package.json b/examples/async-counter-typescript/package.json index a4f053e..faffa17 100644 --- a/examples/async-counter-typescript/package.json +++ b/examples/async-counter-typescript/package.json @@ -12,6 +12,6 @@ "typescript": "^4.9.3" }, "dependencies": { - "doom-reactive-state": "^1.0.3" + "doom-reactive-state": "^1.1.0" } } diff --git a/examples/cdn-package/index.html b/examples/cdn-package/index.html index 7f871a4..80cfe78 100644 --- a/examples/cdn-package/index.html +++ b/examples/cdn-package/index.html @@ -1,7 +1,7 @@
- + + + + + + +``` + # Contributing ## Run Tests