From be5d33d9cbd5c2094092ca80e1a692167915a5af Mon Sep 17 00:00:00 2001 From: Varun A P Date: Thu, 15 Jul 2021 09:02:47 +0200 Subject: [PATCH] Bump version to v1.11.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- package.json | 2 +- src/toastify-es.js | 4 ++-- src/toastify.css | 2 +- src/toastify.js | 4 ++-- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082d76e..49ff485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All the changes made to toastify-js library. +## [1.11.1] - 2021-07-15 + +* Bugfix: IE11 support broke since style option #77 + ## [1.11.0] - 2021-04-25 * New property `oldestFirst` allows to set the order of adding new toasts to page (#70 and #71) diff --git a/README.md b/README.md index 514e80e..1a388cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Built with JavaScript](https://img.shields.io/badge/Built%20with-JavaScript-red?style=for-the-badge&logo=javascript) -[![toastify-js](https://img.shields.io/badge/toastify--js-1.11.0-brightgreen.svg)](https://www.npmjs.com/package/toastify-js) +[![toastify-js](https://img.shields.io/badge/toastify--js-1.11.1-brightgreen.svg)](https://www.npmjs.com/package/toastify-js) ![MIT License](https://img.shields.io/npm/l/toastify-js) Toastify is a lightweight, vanilla JS toast notification library. diff --git a/package.json b/package.json index 4493afd..c79e573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toastify-js", - "version": "1.11.0", + "version": "1.11.1", "description": "Toastify is a lightweight, vanilla JS toast notification library.", "main": "./src/toastify.js", diff --git a/src/toastify-es.js b/src/toastify-es.js index f25ede2..908cfeb 100644 --- a/src/toastify-es.js +++ b/src/toastify-es.js @@ -1,5 +1,5 @@ /*! - * Toastify js 1.11.0 + * Toastify js 1.11.1 * https://github.com/apvarun/toastify-js * @license MIT licensed * @@ -61,7 +61,7 @@ class Toastify { * @type {string} * @public */ - this.version = "1.11.0"; + this.version = "1.11.1"; /** * The configuration object to configure Toastify diff --git a/src/toastify.css b/src/toastify.css index 9be44c6..e85b5b2 100644 --- a/src/toastify.css +++ b/src/toastify.css @@ -1,5 +1,5 @@ /*! - * Toastify js 1.11.0 + * Toastify js 1.11.1 * https://github.com/apvarun/toastify-js * @license MIT licensed * diff --git a/src/toastify.js b/src/toastify.js index 3a9fc4a..d68cdad 100644 --- a/src/toastify.js +++ b/src/toastify.js @@ -1,5 +1,5 @@ /*! - * Toastify js 1.11.0 + * Toastify js 1.11.1 * https://github.com/apvarun/toastify-js * @license MIT licensed * @@ -18,7 +18,7 @@ return new Toastify.lib.init(options); }, // Library version - version = "1.11.0"; + version = "1.11.1"; // Set the default global options Toastify.defaults = {