Skip to content

Commit

Permalink
chore(release): publish new version 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 25, 2023
1 parent 0d7c185 commit bd2c0a2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-select-vanilla",
"version": "0.4.10",
"version": "0.4.11",
"exports": {
".": {
"import": "./dist/esm/multiple-select.js",
Expand Down

0 comments on commit bd2c0a2

Please sign in to comment.