From 6b0ca5025c64f2e5696c8719cfce7148c78d0a50 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 28 Feb 2022 07:48:53 +0000 Subject: [PATCH] Bump to 3.4.3 (npm only) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f531ad81..54b81059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.4.3 (non-ruby only) + +* Fix malformed `math.div` expressions. [#1225](https://github.com/twbs/bootstrap-sass/pull/1225) + ## 3.4.2 (non-ruby only) * Compatibility with Sass 1.33. [#1221](https://github.com/twbs/bootstrap-sass/pull/1221) diff --git a/package.json b/package.json index c6292e28..88f43211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-sass", - "version": "3.4.2", + "version": "3.4.3", "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", "main": "assets/javascripts/bootstrap.js", "style": "assets/stylesheets/_bootstrap.scss",