Skip to content

Commit 53ebf52

Browse files
committed
Release 2.3.6
1 parent bc486d2 commit 53ebf52

File tree

7 files changed

+8
-144
lines changed

7 files changed

+8
-144
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It enhances form `input` and `select` field to provide autocomplete/typeahead ca
1010

1111
[Documentation](http://bootstrap-autocomplete.rtfd.io/)
1212

13-
Latest version: 2.3.6dev (2020/08/03)
13+
Latest version: 2.3.6 (2020/08/25)
1414

1515
Version 2.0.0 and up supports Boostrap v4.x and old v3.x out of the box.
1616

dist/latest/bootstrap-autocomplete.js

Lines changed: 1 addition & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/latest/bootstrap-autocomplete.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = u'2.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'2.3.6dev'
65+
release = u'2.3.6'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Using CDN (thanks to JSDelivr)
4040
.. code-block:: html
4141
:caption: STABLE version |release|
4242

43-
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.5/dist/latest/bootstrap-autocomplete.min.js"></script>
43+
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.6/dist/latest/bootstrap-autocomplete.min.js"></script>
4444

4545
.. code-block:: html
4646
:caption: Latest version (this is the development branch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-autocomplete",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "Bootstrap autocomplete for Bootstrap 3 and 4.",
55
"keywords": [
66
"bootstrap",

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ module.exports = {
1818
filename: 'bundle.js',
1919
path: path.resolve(__dirname, 'dist')
2020
},
21-
// mode: 'production'
22-
mode: 'development'
21+
mode: 'production'
22+
// mode: 'development'
2323
};

0 commit comments

Comments
 (0)