Skip to content

Commit c1be37e

Browse files
committed
version bump and change log update to v10.1.0
1 parent 2c895d5 commit c1be37e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22
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).
33

4-
## [Unreleased]
4+
## [10.1.0] - 2022-11-11
5+
### Added
6+
- Open Graph and meta tag support for pages and (blog) articles ([#157](https://github.com/davidwesst/website/issues/157))
7+
- Confirmed site works in Google Search Console (not using Google Analytics) ([#45](https://github.com/davidwesst/website/issues/45))
8+
- Confirmed site works in Bing Webmaster Tools (not using Microsoft Clarity) ([#16](https://github.com/davidwesst/website/issues/16))
9+
10+
### Fixes
11+
- How I use [Semantic Versioning](https://semver.org) as new, backwards compatible features should get a minor release, not a patch release.
512

613
## [10.0.2] - 2022-11-08
714
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dw-website",
33
"private": true,
44
"description": "The personal and somewhat professional website for David Wesst, a.k.a. DW, a.k.a. Wessty.",
5-
"version": "10.0.2",
5+
"version": "10.1.0",
66
"author": "David Wesst <[email protected]>",
77
"homepage": "https://github.com/davidwesst/website#readme",
88
"license": "MIT",

0 commit comments

Comments
 (0)