From bd2c0a2b1c20712d9df9b79f5ebbf611b902c866 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Tue, 24 Oct 2023 21:03:26 -0400 Subject: [PATCH] chore(release): publish new version 0.4.11 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- lib/CHANGELOG.md | 6 ++++++ lib/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e18ffb..706574e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.10...v0.4.11) (2023-10-25) + +### Bug Fixes + +* make sure source element exists when calling `findParent` on it ([#136](https://github.com/ghiscoding/multiple-select-vanilla/issues/136)) ([0d7c185](https://github.com/ghiscoding/multiple-select-vanilla/commit/0d7c18593ee9c6f65c4e3f90e02d50d211589905)) - by @ghiscoding + ## [0.4.10](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.9...v0.4.10) (2023-09-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ce223ad0..73006c3f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.4.10", + "version": "0.4.11", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 4f512643..5840901a 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.10...v0.4.11) (2023-10-25) + +### Bug Fixes + +* make sure source element exists when calling `findParent` on it ([#136](https://github.com/ghiscoding/multiple-select-vanilla/issues/136)) ([0d7c185](https://github.com/ghiscoding/multiple-select-vanilla/commit/0d7c18593ee9c6f65c4e3f90e02d50d211589905)) - by @ghiscoding + ## [0.4.10](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.9...v0.4.10) (2023-09-08) ### Bug Fixes diff --git a/lib/package.json b/lib/package.json index 90275622..0d3ab0f9 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "multiple-select-vanilla", - "version": "0.4.10", + "version": "0.4.11", "exports": { ".": { "import": "./dist/esm/multiple-select.js",