Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 7079ca9

Browse files
committed
Release 4.0.0
1 parent 1fdc6c9 commit 7079ca9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3-
This project adheres to [Semantic Versioning](http://semver.org/).
3+
This project adheres to [Semantic Versioning](https://semver.org/).
4+
5+
## 4.0.0
6+
7+
* Updated to postcss-sorting@4.0.0. Read more about release: https://github.com/hudochenkov/postcss-sorting/releases/tag/4.0.0
48

59
## 3.0.1
610

messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"1.5.0": "messages/1.5.0.txt",
77
"2.0.0": "messages/2.0.0.txt",
88
"2.1.0": "messages/2.1.0.txt",
9-
"2.1.1": "messages/2.1.1.txt"
9+
"2.1.1": "messages/2.1.1.txt",
10+
"3.0.0": "messages/3.0.0.txt",
11+
"4.0.0": "messages/4.0.0.txt"
1012
}

messages/4.0.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version 4.0.0
2+
3+
* Updated to postcss-sorting@4.0.0. Read more about release: https://github.com/hudochenkov/postcss-sorting/releases/tag/4.0.0

0 commit comments

Comments
 (0)