From 121557a308cd814d2ad03ff13e384a95d1bf1e77 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Wed, 20 Aug 2025 21:38:20 +0300 Subject: [PATCH 1/2] update npmignore --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 080322a4..d5b15d49 100644 --- a/.npmignore +++ b/.npmignore @@ -4,7 +4,6 @@ api/ bin/ build/ -lib/ g-api/ tests/ From e9c88cb601824ce101e5a1b9ee55340a89ca365d Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:45:17 +0000 Subject: [PATCH 2/2] Automated release 13.0.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a71318a..4dcd77a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [13.0.5](https://github.com/eea/volto-plotlycharts/compare/13.0.4...13.0.5) - 20 August 2025 + +#### :hammer_and_wrench: Others + +- update npmignore [Miu Razvan - [`121557a`](https://github.com/eea/volto-plotlycharts/commit/121557a308cd814d2ad03ff13e384a95d1bf1e77)] ### [13.0.4](https://github.com/eea/volto-plotlycharts/compare/13.0.3...13.0.4) - 20 August 2025 #### :house: Internal changes diff --git a/package.json b/package.json index 76236ddc..861857ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-plotlycharts", - "version": "13.0.4", + "version": "13.0.5", "description": "Plotly Charts and Editor integration for Volto", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",