From e2ecd0305ac49f9fe5fc57f0317d14ade8b1b268 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 26 Feb 2022 10:36:38 +0000 Subject: Bump to 3.4.2 (npm only) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928c8d87..f531ad81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index dced5139..c6292e28 100644 --- a/package.json +++ b/package.json @@ -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", -- cgit v1.2.3