Skip to content

Commit 47aef90

Browse files
committed
Release 3.0.0
1 parent 74e5390 commit 47aef90

File tree

4 files changed

+1935
-1926
lines changed

4 files changed

+1935
-1926
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"git": {
3-
"tagName": "v%s"
3+
"tagName": "v%s",
4+
"requireCleanWorkingDir": false
45
}
56
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.0.0] - XXXX-XX-XX
8+
## [3.0.0] - 2020-02-05
99

1010
### Added
1111
- A ratio of `0` is now valid (generates `padding-bottom: 0`)

0 commit comments

Comments
 (0)