From 16c9099bb6f42d3b5ab2e53376d75ced5bccb113 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Tue, 3 Oct 2023 01:35:26 -0700 Subject: [PATCH] Issue #10: Bumping version, added context support --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75da48d..8aa1c43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelte-retag", - "version": "1.2.0", - "description": "Light DOM custom element wrapper for Svelte 3 and 4 with Vite HMR support", + "version": "1.3.0", + "description": "Light DOM custom element wrapper for Svelte 3 and 4 with slots, context and Vite HMR support", "main": "index.js", "scripts": { "test": "npm run eslint && vitest run",