Bump to 3.4.3 (npm only)

This commit is contained in:
Gleb Mazovetskiy 2022-02-28 07:48:53 +00:00
parent 62dd931a51
commit 6b0ca5025c
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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",