Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Bumped version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Mar 20, 2021
1 parent 8d51e9d commit a821aa1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
v2.0.0 : In progress
v2.1.0 - In progress
* Docs: examples
* Docs: migration guide

v2.0.0
* Typescript support
* Eslint configuration
* Github actions
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "select-madu",
"consName": "SelectMadu",
"version": "1.2.0",
"description": "Select-madu is a replacement for the select menu, with support for searching, multiple selections, ajax based loading and more.",
"version": "2.0.0",
"description": "Select-madu is a replacement for the select menu, with support for searching, multiple selections, async loading, animations and more.",
"main": "nodesrc/index.js",
"module": "nodesrc/index.mjs",
"svelte": "src/index.js",
Expand Down

0 comments on commit a821aa1

Please sign in to comment.