Skip to content

Commit 447df6a

Browse files
committed
chore(release): publish new version 0.1.0
1 parent ea96c93 commit 447df6a

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
3+
4+
All notable changes to this project will be documented in this file.
5+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
6+
7+
# 0.1.0 (2023-01-13)
8+
9+
### Bug Fixes
10+
11+
* calling ms() twice should only create 1 instance, also fix destroy ([c397f30](https://github.com/ghiscoding/multiple-select-vanilla/commit/c397f30c24e6a5b1038593b3fcd93cf61e1c27dd)) - by @ghiscoding
12+
13+
### Features
14+
15+
* initial commit rewritten & working in pure JS ([0b7f69b](https://github.com/ghiscoding/multiple-select-vanilla/commit/0b7f69bbb6b4bafec8b2b872b3db5eab6e2c3843)) - by @ghiscoding

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

lib/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
3+
4+
All notable changes to this project will be documented in this file.
5+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
6+
7+
# 0.1.0 (2023-01-13)
8+
9+
### Bug Fixes
10+
11+
* calling ms() twice should only create 1 instance, also fix destroy ([c397f30](https://github.com/ghiscoding/multiple-select-vanilla/commit/c397f30c24e6a5b1038593b3fcd93cf61e1c27dd)) - by @ghiscoding
12+
13+
### Features
14+
15+
* initial commit rewritten & working in pure JS ([0b7f69b](https://github.com/ghiscoding/multiple-select-vanilla/commit/0b7f69bbb6b4bafec8b2b872b3db5eab6e2c3843)) - by @ghiscoding

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-select-vanilla",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)