Skip to content

Commit 51b99fe

Browse files
committed
chore(release): 1.1.6
1 parent 0f4b365 commit 51b99fe

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3+
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.
54

6-
## [Unreleased]
5+
### [1.1.6](https://github.com/coldfrontlabs/bootstrap-scss-plugins/compare/v1.1.5...v1.1.6) (2020-09-09)
6+
7+
8+
### Build System
9+
10+
* **npm:** add standard-version to handle releases ([0f4b365](https://github.com/coldfrontlabs/bootstrap-scss-plugins/commit/0f4b365cc9f4e4463124711a068b47ca71d899dd))
11+
* split out config into separate js files ([2c7b08a](https://github.com/coldfrontlabs/bootstrap-scss-plugins/commit/2c7b08a19eb097106d18390b58270e792b44010d))
12+
* **npm:** disallow .files from being packaged ([c664edd](https://github.com/coldfrontlabs/bootstrap-scss-plugins/commit/c664eddb9a1dcd98cd6a563aa08e44b9b13b6bc4))
13+
* **npm:** run security updates and package upgrades ([1164364](https://github.com/coldfrontlabs/bootstrap-scss-plugins/commit/1164364e95d2c7ff644b987fe70476a691caef9b))
714

815
## [1.1.5] - 2019-09-20
916
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-scss-plugins",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "A suite of SCSS plugins used for developing Bootstrap 4 themes and sites.",
55
"files": [
66
"scss/"

0 commit comments

Comments
 (0)