From a7d67a20d371e9b7ce271044c2654895855da155 Mon Sep 17 00:00:00 2001 From: Dan Matthew <111794+danielmatthew@users.noreply.github.com> Date: Fri, 8 Oct 2021 09:15:43 +0100 Subject: [PATCH] chore(release): 3.9.1 --- CHANGELOG.md | 2 ++ bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fe57192..9a41c9bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.9.1](https://github.com/talis/bootstrap-sass/compare/v3.9.0...v3.9.1) (2021-10-08) + ## [3.9.0](https://github.com/talis/bootstrap-sass/compare/v3.8.0...v3.9.0) (2021-10-07) diff --git a/bower.json b/bower.json index a68f2ec98..a821b4dba 100644 --- a/bower.json +++ b/bower.json @@ -33,5 +33,5 @@ "dependencies": { "jquery": "1.9.1 - 3" }, - "version": "3.9.0" + "version": "3.9.1" } diff --git a/package-lock.json b/package-lock.json index c62c83130..6148acdd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bootstrap-sass", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 730a763dc..28201075c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-sass", - "version": "3.9.0", + "version": "3.9.1", "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",