Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffe committed Dec 13, 2023
1 parent 7def833 commit 3f085e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
===========

Version 0.5.23
--------------
- Fix "Undefined 'key'" error
- Add getAll and removeAll methods to options object

Version 0.5.22
--------------
- Add option deselect using the ENTER key
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 - 2021 wolffe <getbutterfly@gmail.com>
Copyright (c) 2020 - 2023 wolffe <getbutterfly@gmail.com>
Copyright (c) 2014 - 2019 SamBrishes, pytesNET <info@pytes.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -204,5 +204,5 @@ tail.select("select", {

Copyright & License
-------------------
Published under the MIT-License; Copyright &copy; 2020 - 2021 wolffe
Published under the MIT-License; Copyright &copy; 2020 - 2023 wolffe
Published under the MIT-License; Copyright &copy; 2014 - 2019 SamBrishes, pytesNET
4 changes: 2 additions & 2 deletions js/tail.select.js
Expand Up @@ -3,11 +3,11 @@
| @file ./js/tail.select.js
| @author wolffe <getbutterfly@gmail.com>
| @author SamBrishes <sam@pytes.net>
| @version 0.5.22
| @version 0.5.23
|
| @website https://github.com/wolffe/tail.select.js
| @license X11 / MIT License
| @copyright Copyright © 2020 - 2021 wolffe <getbutterfly@gmail.com>
| @copyright Copyright © 2020 - 2023 wolffe <getbutterfly@gmail.com>
| @copyright Copyright © 2014 - 2019 SamBrishes, pytesNET <info@pytes.net>
*/
;(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions js/tail.select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tail.select.js",
"version": "0.5.22",
"version": "0.5.23",
"description": "Create beautiful, functional and extensive (multi) select fields, written in Vanilla JavaScript without any dependencies!",
"keywords": [
"select",
Expand Down

0 comments on commit 3f085e2

Please sign in to comment.