File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ ## [ 0.4.1] ( https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.0...v0.4.1 ) (2023-06-27)
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove leftover console.log ([ #83 ] ( https://github.com/ghiscoding/multiple-select-vanilla/issues/83 ) ) ([ e64351c] ( https://github.com/ghiscoding/multiple-select-vanilla/commit/e64351c39091ed4e16ea460fba4ff52116d78449 ) ) - by @ghiscoding
12
+
7
13
# [ 0.4.0] ( https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.3.1...v0.4.0 ) (2023-06-25)
8
14
9
15
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"npmClient" : " pnpm" ,
5
5
"loglevel" : " info" ,
6
6
"command" : {
Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
7
+ ## [ 0.4.1] ( https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.0...v0.4.1 ) (2023-06-27)
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove leftover console.log ([ #83 ] ( https://github.com/ghiscoding/multiple-select-vanilla/issues/83 ) ) ([ e64351c] ( https://github.com/ghiscoding/multiple-select-vanilla/commit/e64351c39091ed4e16ea460fba4ff52116d78449 ) ) - by @ghiscoding
12
+
7
13
# [ 0.4.0] ( https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.3.1...v0.4.0 ) (2023-06-25)
8
14
9
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " multiple-select-vanilla" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/cjs/multiple-select.js" ,
6
6
"module" : " ./dist/esm/multiple-select.js" ,
You can’t perform that action at this time.
0 commit comments