Skip to content

Commit 77c0900

Browse files
committed
v5.3.0
1 parent 4b089a3 commit 77c0900

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
### HEAD
1+
### 5.3.0 (January 12, 2016)
22

33
* Update jQuery to `v1.12.0`.
44
* Fetch `jQuery` from jQuery's CDN instead of Google's
55
([#1737](https://github.com/h5bp/html5-boilerplate/issues/1737),
66
[#1739](https://github.com/h5bp/html5-boilerplate/issues/1739)).
7-
* Change print color for ::first-letter and ::first-line pseudo-elements
7+
* Change print color for `:first-letter` and `:first-line`
8+
pseudo-elements
89
([#1715](https://github.com/h5bp/html5-boilerplate/pull/1715)).
910

1011
### 5.2.0 (May 1, 2015)

dist/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
1+
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
22

33
/*
44
* What follows is the result of much research on cross-browser styling.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"build": "gulp build",
4343
"test": "gulp archive && mocha --reporter spec --timeout 5000"
4444
},
45-
"version": "5.2.0"
45+
"version": "5.3.0"
4646
}

0 commit comments

Comments
 (0)