From 98b904c8194f31a0475359d33c91774d87110506 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 23 Nov 2022 13:26:10 +0100 Subject: [PATCH] Prepare npm publish --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23c5fd..3c90264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.4.11 (2022-11-23) - Add `scittle.re-frame` plugin. This gives access to the [re-frame](https://github.com/day8/re-frame) library. diff --git a/package.json b/package.json index 029a24e..5761608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scittle", - "version": "0.3.10", + "version": "0.4.10", "files": [ "dist" ],