Skip to content

Commit

Permalink
Bump version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun committed Oct 10, 2020
1 parent c2ba48e commit 493e898
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk
node_modules
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All the changes made to toastify-js library.

## [1.9.3] - 2020-10-10

* Offset IE11 compatibility #64

## [1.9.2] - 2020-09-24

* Bugfix: Max width problem for firefox browser #61
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)
![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)

[![toastify-js](https://img.shields.io/badge/toastify--js-1.9.2-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)
[![toastify-js](https://img.shields.io/badge/toastify--js-1.9.3-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)

Toastify is a lightweight, vanilla JS toast notification library.

Expand Down Expand Up @@ -328,6 +328,17 @@ If `gravity` is equals to `bottom`, it will be pushed from bottom.
>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/prousseau-korem"
><img
alt="prousseau-korem"
src="https://avatars3.githubusercontent.com/u/59747802?v=4"
width="117"
/><br />prousseau-korem</a
>
</td>
</tr>
</table>


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toastify-js",
"version": "1.9.2",
"version": "1.9.3",
"description":
"Toastify is a lightweight, vanilla JS toast notification library.",
"main": "./src/toastify.js",
Expand Down
2 changes: 1 addition & 1 deletion src/toastify.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Toastify js 1.9.2
* Toastify js 1.9.3
* https://github.com/apvarun/toastify-js
* @license MIT licensed
*
Expand Down
4 changes: 2 additions & 2 deletions src/toastify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Toastify js 1.9.2
* Toastify js 1.9.3
* https://github.com/apvarun/toastify-js
* @license MIT licensed
*
Expand All @@ -18,7 +18,7 @@
return new Toastify.lib.init(options);
},
// Library version
version = "1.9.2";
version = "1.9.3";

// Defining the prototype of the object
Toastify.lib = Toastify.prototype = {
Expand Down

0 comments on commit 493e898

Please sign in to comment.