Skip to content

Commit

Permalink
chore(release): publish new version 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 22, 2023
1 parent b994a16 commit 9dfd387
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.7](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.5...v0.4.7) (2023-08-22)

### Bug Fixes

* select option should compare full value not substring, fix [#115](https://github.com/ghiscoding/multiple-select-vanilla/issues/115) ([#118](https://github.com/ghiscoding/multiple-select-vanilla/issues/118)) ([2ec33a7](https://github.com/ghiscoding/multiple-select-vanilla/commit/2ec33a7aa44be5d317a8e170308ca81b43619ede)) - by @ghiscoding

## [0.4.6](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.5...v0.4.6) (2023-08-22)

### 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.6",
"version": "0.4.7",
"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.7](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.5...v0.4.7) (2023-08-22)

### Bug Fixes

* select option should compare full value not substring, fix [#115](https://github.com/ghiscoding/multiple-select-vanilla/issues/115) ([#118](https://github.com/ghiscoding/multiple-select-vanilla/issues/118)) ([2ec33a7](https://github.com/ghiscoding/multiple-select-vanilla/commit/2ec33a7aa44be5d317a8e170308ca81b43619ede)) - by @ghiscoding

## [0.4.6](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.5...v0.4.6) (2023-08-22)

### 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.6",
"version": "0.4.7",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 9dfd387

Please sign in to comment.