Bump to 3.4.2 (npm only)

This commit is contained in:
Gleb Mazovetskiy 2022-02-26 10:36:38 +00:00
parent 051285824c
commit e2ecd0305a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 3.4.2 (non-ruby only)
* Compatibility with Sass 1.33. [#1221](https://github.com/twbs/bootstrap-sass/pull/1221)
## 3.4.0
* Bootstrap rubygem now depends on SassC instead of Sass.

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
"version": "3.4.1",
"version": "3.4.2",
"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",