From b0f2c2f78bb075a8986231e4d1714668f71eeec4 Mon Sep 17 00:00:00 2001 From: emer Date: Sat, 7 Oct 2023 13:42:13 +0200 Subject: [PATCH] Getting ready for 1.0.11 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e9849..46c1a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.11] - 07-10-23 + +### Added + +- Publishing to npm added to CICD pipeline + ## [1.0.10] - 2023-09-29 ### Changed diff --git a/package.json b/package.json index 010a38e..2845821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-leaflet", - "version": "1.0.10", + "version": "1.0.11", "description": "Dash Leaflet is a light wrapper around React-Leaflet. The syntax is similar to other Dash components, with naming conventions following the React-Leaflet API.", "main": "index.ts", "repository": {