From 90066899f33e83c0866f8e078e97f9b82999db58 Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Tue, 16 Apr 2024 10:31:00 -0400 Subject: [PATCH] Release 9.0.1 (#3112) * Release 9.0.1 * Updates Changelog --- CHANGELOG.md | 9 ++++++++- dist/css/style.css | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4652b50b39..844696c951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/dist/css/style.css b/dist/css/style.css index 485c038452..239dae50f0 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -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 */ /* diff --git a/package-lock.json b/package-lock.json index c82b998d79..395f24940f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 226dc667e9..4759f57550 100644 --- a/package.json +++ b/package.json @@ -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.",