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

Commit 67521be

Browse files
committed
Release 2.1.0
1 parent 2d6bafd commit 67521be

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 2.1.0
6+
7+
* Update to postcss-sorting@2.1.0 https://github.com/hudochenkov/postcss-sorting/releases/tag/2.1.0
8+
* Add support for `n` Node.js version manager
9+
510
## 2.0.0
611

712
* Update to postcss-sorting@2.0.1

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"1.3.0": "messages/1.3.0.txt",
55
"1.4.0": "messages/1.4.0.txt",
66
"1.5.0": "messages/1.5.0.txt",
7-
"2.0.0": "messages/2.0.0.txt"
7+
"2.0.0": "messages/2.0.0.txt",
8+
"2.1.0": "messages/2.1.0.txt"
89
}

messages/2.1.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Version 2.1.0
2+
3+
* Update to postcss-sorting@2.1.0 https://github.com/hudochenkov/postcss-sorting/releases/tag/2.1.0
4+
* Add support for `n` Node.js version manager

0 commit comments

Comments
 (0)