Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 5202e43

Browse files
authored
update changelog and release (#1111)
1 parent b3e2cc5 commit 5202e43

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Diff for: CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org).
55

6-
## [Unreleased (`master`)][unreleased]
6+
## [7.1.0] - 2022-02-22
77

8-
Nothing at the moment.
8+
### Changed
9+
10+
- Replace `/` with `math.div` per Dart Sass 2.0.0 updates.
911

10-
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
12+
[7.1.0]: https://github.com/thoughtbot/bourbon/compare/v7.0.0...v7.1.0
1113

1214
## [7.0.0] - 2020-03-09
1315

Diff for: core/_bourbon.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 7.0.0
1+
// Bourbon 7.1.0
22
// https://www.bourbon.io/
33
// Copyright 2011-2020 thoughtbot, inc.
44
// MIT License

Diff for: lib/bourbon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bourbon
2-
VERSION = "7.0.0"
2+
VERSION = "7.1.0"
33
end

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"stylelint": "npx stylelint 'core/**/*.scss'",
3838
"test": "bundle exec rake"
3939
},
40-
"version": "7.0.0"
40+
"version": "7.1.0"
4141
}

0 commit comments

Comments
 (0)