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

Commit

Permalink
update changelog and release (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
enatario committed Feb 22, 2022
1 parent b3e2cc5 commit 5202e43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

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

Nothing at the moment.
### Changed

- Replace `/` with `math.div` per Dart Sass 2.0.0 updates.

[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
[7.1.0]: https://github.com/thoughtbot/bourbon/compare/v7.0.0...v7.1.0

## [7.0.0] - 2020-03-09

Expand Down
2 changes: 1 addition & 1 deletion core/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bourbon 7.0.0
// Bourbon 7.1.0
// https://www.bourbon.io/
// Copyright 2011-2020 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "7.0.0"
VERSION = "7.1.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"stylelint": "npx stylelint 'core/**/*.scss'",
"test": "bundle exec rake"
},
"version": "7.0.0"
"version": "7.1.0"
}

0 comments on commit 5202e43

Please sign in to comment.