From 6928e65afb401d862ad49a6812f78542192218bf Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 15 Oct 2024 15:23:52 +0200 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046be84..360a05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v3.0.1](https://github.com/comunica/jQuery-Widget.js/compare/v3.0.0...v3.0.1) - 2024-10-15 + +### Fixed +* [Fix move plugin not being packaged](https://github.com/comunica/jQuery-Widget.js/commit/719f4f8de78e1693f96e28ce4709c4327af478ef) + ## [v3.0.0](https://github.com/comunica/jQuery-Widget.js/compare/v2.0.0...v3.0.0) - 2024-10-15 diff --git a/package.json b/package.json index b1da66f..6051e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/web-client-generator", - "version": "3.0.0", + "version": "3.0.1", "description": "A tool to generate a Web-based client for a given Comunica config.", "repository": { "type": "git",