From 1ad2b4cba210f079db62387dd124ce3b92ed7e67 Mon Sep 17 00:00:00 2001 From: Ingeborg Sollid Date: Tue, 23 Jul 2024 12:40:50 +0200 Subject: [PATCH] 2.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e75bcca..7b46c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digipost/scene.js", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@digipost/scene.js", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "devDependencies": { "karma": "^6.4.1", diff --git a/package.json b/package.json index 50f87ff..d58614e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@digipost/scene.js", "author": "Olav Bjørkøy", - "version": "2.1.0", + "version": "2.1.1", "description": "Scene.js is a small JavaScript library for rendering view models. A view consists of a JS object (the model), an HTML file (the template), and an object with properties (the data). Scene.js takes care of loading the template, compiling it with the model, and adds a few helpful methods.", "main": "scene.js", "scripts": {