Skip to content

Commit 9006689

Browse files
authored
Release 9.0.1 (#3112)
* Release 9.0.1 * Updates Changelog
1 parent 519966c commit 9006689

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22

3-
## 9.0.0 (December 6, 2023)
3+
## 9.0.1 (April 11, 2023)
4+
- Fixed tests on Windows, adds Windows Testing Action [#3110](https://github.com/h5bp/html5-boilerplate/pull/3110)
5+
- Add og:image:alt for accessibility [#3066](https://github.com/h5bp/html5-boilerplate/pull/3066)
6+
- Upgrade to Gulp 5 [#3100](https://github.com/h5bp/html5-boilerplate/pull/3100) [#3105](https://github.com/h5bp/html5-boilerplate/pull/3105)
7+
- ci: Use GITHUB_OUTPUT envvar instead of set-output command [#3068](https://github.com/h5bp/html5-boilerplate/pull/3068)
8+
- Readme and Changelog updates [#3055](https://github.com/h5bp/html5-boilerplate/pull/3055) [#3057](https://github.com/h5bp/html5-boilerplate/pull/3057) [#3064](https://github.com/h5bp/html5-boilerplate/pull/3064)
9+
410

11+
## 9.0.0 (December 6, 2023)
512
- Removing tile images [#3023](https://github.com/h5bp/html5-boilerplate/pull/3023)
613
- Add Prettier [#3011](https://github.com/h5bp/html5-boilerplate/pull/3011)
714
- Remove Modernizr [#3002](https://github.com/h5bp/html5-boilerplate/issues/3002)

dist/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! HTML5 Boilerplate v9.0.0 | MIT License | https://html5boilerplate.com/ */
1+
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
22

33
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
44
/*

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5-boilerplate",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"homepage": "https://html5boilerplate.com/",
55
"license": "MIT",
66
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",

0 commit comments

Comments
 (0)