Skip to content

Commit bd6624f

Browse files
committed
chore: v2.0.4
1 parent 42b9f20 commit bd6624f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Pure Change History
22
===================
33

4+
2.0.4 (2021-01-19)
5+
------------------
6+
7+
* chore: update license path
8+
49
2.0.3 (2020-05-11)
510
------------------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A set of small, responsive CSS modules that you can use in every web project.
1515
**Use From the CDN:**
1616

1717
```html
18-
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
18+
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.4/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
1919
```
2020

2121
Note: You can [customize which Pure modules you need][customize].

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purecss",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/pure-css/pure.git"

0 commit comments

Comments
 (0)