From c1be37eada76a248a1addd91c6a06829a5f3ed17 Mon Sep 17 00:00:00 2001 From: David Wesst <david@cocobokostudios.com> Date: Fri, 11 Nov 2022 02:02:41 -0600 Subject: [PATCH] version bump and change log update to v10.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a45f7a..15fe37e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog This a log of all the notable changes for [davidwesst.com](https://www.davidwesst.com/). You can find the source code on [GitHub](https://github.com/davidwesst/website). -## [Unreleased] +## [10.1.0] - 2022-11-11 +### Added +- Open Graph and meta tag support for pages and (blog) articles ([#157](https://github.com/davidwesst/website/issues/157)) +- Confirmed site works in Google Search Console (not using Google Analytics) ([#45](https://github.com/davidwesst/website/issues/45)) +- Confirmed site works in Bing Webmaster Tools (not using Microsoft Clarity) ([#16](https://github.com/davidwesst/website/issues/16)) + +### Fixes +- How I use [Semantic Versioning](https://semver.org) as new, backwards compatible features should get a minor release, not a patch release. ## [10.0.2] - 2022-11-08 ### Added diff --git a/package.json b/package.json index a64f9018..d879c173 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dw-website", "private": true, "description": "The personal and somewhat professional website for David Wesst, a.k.a. DW, a.k.a. Wessty.", - "version": "10.0.2", + "version": "10.1.0", "author": "David Wesst <david@cocobokostudios.com>", "homepage": "https://github.com/davidwesst/website#readme", "license": "MIT",