Skip to content

Commit

Permalink
release 2.2.1
Browse files Browse the repository at this point in the history
no one trusts a minor release without any patches anyway.
  • Loading branch information
mkoryak committed Jun 1, 2020
1 parent be66046 commit 3daaa78
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.2.1
Fix typescript defs

### 2.2.0
The Covid Release

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install floatthead
bower install floatThead
```
#### Download code
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/2.2.0.zip)
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/2.2.1.zip)

#### Via CDN
[https://cdnjs.com/libraries/floatthead/](https://cdnjs.com/libraries/floatthead/)
Expand Down Expand Up @@ -80,7 +80,7 @@ If you use css and html best practices, this plugin will work. If you are stuck

How to get help with the floatThead
------------
All issues should be reported through github. [Coffee/Beer](https://ko-fi.com/floatthead) donations are welcome ;)
All issues should be reported through github.

Requirements:
-------------
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floatThead.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @preserve jQuery.floatThead 2.2.0 - https://mkoryak.github.io/floatThead/ - Copyright (c) 2012 - 2020 Misha Koryak **/
/** @preserve jQuery.floatThead 2.2.1 - https://mkoryak.github.io/floatThead/ - Copyright (c) 2012 - 2020 Misha Koryak **/
// @license MIT

/* @author Misha Koryak
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floatThead.min.js

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

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,6 +1,6 @@
{
"name": "floatthead",
"version": "2.2.0",
"version": "2.2.1",
"description": "fixed table header plugin that works",
"main": "dist/jquery.floatThead.min.js",
"types": "dist/jquery.floatThead.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.floatThead.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @preserve jQuery.floatThead 2.2.0 - https://mkoryak.github.io/floatThead/ - Copyright (c) 2012 - 2020 Misha Koryak **/
/** @preserve jQuery.floatThead 2.2.1 - https://mkoryak.github.io/floatThead/ - Copyright (c) 2012 - 2020 Misha Koryak **/
// @license MIT

/* @author Misha Koryak
Expand Down

0 comments on commit 3daaa78

Please sign in to comment.