Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monovertex authored and Cosmin Stamate committed Sep 26, 2018
1 parent cfe9d9c commit 9327b1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
12 changes: 1 addition & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# https://git-scm.com/book/en/Customizing-Git-Git-Attributes
# https://help.github.com/articles/dealing-with-line-endings


# Auto detect text files and perform LF normalization
#* text=auto
* text=auto

# Don't diff or textually merge source maps
*.map binary

# Avoid unreadable diffs for generated text files, eg: *.min.js
*.min.* binary

# Export ignores
tests export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
4 changes: 2 additions & 2 deletions dist/jquery.daterangepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-date-range-picker",
"description": "jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.",
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"main": "src/jquery.daterangepicker.js",
"keywords": [
Expand Down

0 comments on commit 9327b1f

Please sign in to comment.