Skip to content

Commit 1fb2704

Browse files
committed
Cleanup CHANGELOG.md
1 parent b516fc1 commit 1fb2704

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

CHANGELOG.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22

33
### 10.0.0 (April 28, 2021)
44

5-
- Updated PostCSS support to ^8 (major).
6-
- Updated Node support to 12+ (major).
5+
- Updated: PostCSS support to ^8 (major).
6+
- Updated: Node support to 12+ (major).
77

88
### 9.0.0 (April 12, 2020)
99

10-
- Updated: `normalize.css` to support any version (major)
11-
- Updated: `sanitize.css` to support any version (major)
10+
- Updated: `normalize.css` to support any version (major).
11+
- Updated: `sanitize.css` to support any version (major).
1212
- Updated: Node support to 10.0.0 (major).
13-
- Removed: Unused `browserslist` dependency
13+
- Removed: Unused `browserslist` dependency.
1414

1515
### 8.0.1 (June 10, 2019)
1616

17-
- Fixed: Issue with Windows failing to resolve normalize
18-
- Updated: `browserslist` to 4.6.2 (patch)
19-
- Updated: `postcss` to 7.0.17 (patch)
17+
- Fixed: Issue with Windows failing to resolve normalize.
18+
- Updated: `browserslist` to 4.6.2 (patch).
19+
- Updated: `postcss` to 7.0.17 (patch).
2020

2121
### 8.0.0 (June 3, 2019)
2222

23-
- Added: `sanitize.css` 10.0.0 (major)
24-
- Updated: `@csstools/normalize.css` to 10.1.0 (major)
25-
- Updated: `browserslist` to 4.5.6 (minor)
26-
- Updated: `postcss` to 7.0.16 (patch)
27-
- Updated: Node 8+ compatibility (major)
23+
- Added: `sanitize.css` 10.0.0 (major).
24+
- Updated: `@csstools/normalize.css` to 10.1.0 (major).
25+
- Updated: `browserslist` to 4.5.6 (minor).
26+
- Updated: `postcss` to 7.0.16 (patch).
27+
- Updated: Node 8+ compatibility (major).
2828

2929
### 7.0.1 (August 24, 2018)
3030

31-
- Use postcss-browser-comments v2.0.0 (major, but a patch for this project)
31+
- Use postcss-browser-comments 2.0.0 (major, but a patch for this project).
3232

3333
PostCSS Browser Comments was using an older version of PostCSS, requiring 2
3434
versions of PostCSS to use PostCSS Normalize. This update resolves that.
3535

3636
### 7.0.0 (August 24, 2018)
3737

38-
- Use normalize.css v9.0.1 (major)
38+
- Use normalize.css 9.0.1 (major).
3939

4040
### 6.0.0 (June 16, 2018)
4141

42-
- Use normalize.css v8 (major)
43-
- Include normalize.css comments
44-
- Include normalize.css sourcemap
42+
- Use normalize.css 8 (major).
43+
- Include normalize.css comments.
44+
- Include normalize.css sourcemap.
4545

4646
### 5.0.0 (June 7, 2018)
4747

48-
- Update `browserslist` to 3.2.8 (major)
49-
- Update: `postcss` to 6.0.22 (patch)
50-
- Update: Node support from v4 to 6 (major)
48+
- Update `browserslist` to 3.2.8 (major).
49+
- Update: `postcss` to 6.0.22 (patch).
50+
- Update: Node support from 4 to 6 (major).
5151

5252
### 4.0.0 (June 21, 2017)
5353

@@ -56,24 +56,24 @@ versions of PostCSS to use PostCSS Normalize. This update resolves that.
5656

5757
### 3.0.0 (May 26, 2017)
5858

59-
- Use csstools/normalize.css v7
59+
- Use csstools/normalize.css 7.
6060
- Change the insertion point to `@import-normalize` to avoid confusion or
61-
collision with standard import behavior
61+
collision with standard import behavior.
6262

6363
### 2.1.0 (May 26, 2017)
6464

65-
- Support an insertion point via `@import postcss-normalize`
66-
- Update tree creation to avoid AST issues with source
65+
- Support an insertion point via `@import postcss-normalize`.
66+
- Update tree creation to avoid AST issues with source.
6767

6868
### 2.0.1 (May 21, 2017)
6969

70-
- Update tree creation to avoid AST issues with other PostCSS plugins
70+
- Update tree creation to avoid AST issues with other PostCSS plugins.
7171

7272
### 2.0.0 (May 17, 2017)
7373

74-
- Support PostCSS 6
75-
- Support Node 4
74+
- Support PostCSS 6.
75+
- Support Node 4.
7676

7777
### 1.0.0 (May 2, 2017)
7878

79-
- Initial version
79+
- Initial version.

0 commit comments

Comments
 (0)