From d88cfbbd5d55072f06c3bf1c96f7335f3e59f274 Mon Sep 17 00:00:00 2001 From: Varun A P Date: Wed, 6 Oct 2021 19:35:38 +0200 Subject: [PATCH] Bump version to v1.11.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- src/toastify-es.js | 4 ++-- src/toastify.css | 2 +- src/toastify.js | 4 ++-- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ff485..4381916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All the changes made to toastify-js library. +## [1.11.2] - 2021-10-06 + +* Bugfix: Style Options: "backgroundColor" not working! (#81) +* Bugfix: "ShadowRoot is undefined" in older browsers (#83) + ## [1.11.1] - 2021-07-15 * Bugfix: IE11 support broke since style option #77 diff --git a/README.md b/README.md index bca3a19..7936301 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.1-brightgreen.svg)](https://www.npmjs.com/package/toastify-js) +[![toastify-js](https://img.shields.io/badge/toastify--js-1.11.2-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 c79e573..f097cea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toastify-js", - "version": "1.11.1", + "version": "1.11.2", "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 213566e..e036994 100644 --- a/src/toastify-es.js +++ b/src/toastify-es.js @@ -1,5 +1,5 @@ /*! - * Toastify js 1.11.1 + * Toastify js 1.11.2 * https://github.com/apvarun/toastify-js * @license MIT licensed * @@ -61,7 +61,7 @@ class Toastify { * @type {string} * @public */ - this.version = "1.11.1"; + this.version = "1.11.2"; /** * The configuration object to configure Toastify diff --git a/src/toastify.css b/src/toastify.css index e85b5b2..5fe826a 100644 --- a/src/toastify.css +++ b/src/toastify.css @@ -1,5 +1,5 @@ /*! - * Toastify js 1.11.1 + * Toastify js 1.11.2 * https://github.com/apvarun/toastify-js * @license MIT licensed * diff --git a/src/toastify.js b/src/toastify.js index 1d20a72..a2c02b8 100644 --- a/src/toastify.js +++ b/src/toastify.js @@ -1,5 +1,5 @@ /*! - * Toastify js 1.11.1 + * Toastify js 1.11.2 * https://github.com/apvarun/toastify-js * @license MIT licensed * @@ -18,7 +18,7 @@ return new Toastify.lib.init(options); }, // Library version - version = "1.11.1"; + version = "1.11.2"; // Set the default global options Toastify.defaults = {