From 52588c25456c98ef6bb0838a0ad6ab929cdd45e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Moitti=C3=A9?= Date: Thu, 8 Aug 2024 14:49:10 +0200 Subject: [PATCH] Update changelog --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index 1ff5817..983256a 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. 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] + +### Added + +- Add workflow to publish on npm. + +### Changed + +- Update nodejs to version `20.16.0`. +- Update npm to version `10.8.1`. +- Update plugin-core to version 0.27.2. + ## [0.11.0] - 2024/08/02 ### Added