From c642bba114e989364ad3f847380c553684b1023b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Nov 2023 17:45:45 +0000 Subject: [PATCH] chore: release v1.6.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43655b4a..a34c3114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## 1.6.0 - 2023-11-17 ### Changed - The sandbox now uses its own context path as the Cadenza context path by default. diff --git a/package.json b/package.json index f14e5df8..c79bde35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@disy/cadenza.js", - "version": "1.5.0", + "version": "1.6.0", "license": "Apache-2.0", "repository": "github:DisyInformationssysteme/cadenza.js", "type": "module",