Release 9.0.1 (#3112)

* Release 9.0.1

* Updates Changelog
This commit is contained in:
Rob Larsen
2024-04-16 10:31:00 -04:00
committed by GitHub
parent 519966c30c
commit 90066899f3
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,14 @@
# Changelog
## 9.0.0 (December 6, 2023)
## 9.0.1 (April 11, 2023)
- Fixed tests on Windows, adds Windows Testing Action [#3110](https://github.com/h5bp/html5-boilerplate/pull/3110)
- Add og:image:alt for accessibility [#3066](https://github.com/h5bp/html5-boilerplate/pull/3066)
- Upgrade to Gulp 5 [#3100](https://github.com/h5bp/html5-boilerplate/pull/3100) [#3105](https://github.com/h5bp/html5-boilerplate/pull/3105)
- ci: Use GITHUB_OUTPUT envvar instead of set-output command [#3068](https://github.com/h5bp/html5-boilerplate/pull/3068)
- 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.0.0 (December 6, 2023)
- Removing tile images [#3023](https://github.com/h5bp/html5-boilerplate/pull/3023)
- Add Prettier [#3011](https://github.com/h5bp/html5-boilerplate/pull/3011)
- Remove Modernizr [#3002](https://github.com/h5bp/html5-boilerplate/issues/3002)

2
dist/css/style.css vendored
View File

@@ -1,4 +1,4 @@
/*! HTML5 Boilerplate v9.0.0 | MIT License | https://html5boilerplate.com/ */
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "html5-boilerplate",
"version": "9.0.0",
"version": "9.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "html5-boilerplate",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"devDependencies": {
"archiver": "^7.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "html5-boilerplate",
"version": "9.0.0",
"version": "9.0.1",
"homepage": "https://html5boilerplate.com/",
"license": "MIT",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",