Skip to content

Commit

Permalink
version bump to v10.0.2 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwesst committed Nov 9, 2022
1 parent a5eab98 commit 04b1099
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ This a log of all the notable changes for [davidwesst.com](https://www.davidwess

## [Unreleased]

## [10.0.2] - 2022-11-08
### Added
- Generator tag in `<head>` ([#149](https://github.com/davidwesst/website/issues/149))

### Changes
- Updated version of `markdown-it-eleventy-img` plugin ([#154](https://github.com/davidwesst/website/issues/154))

### Fixes
- Unintended links in blog post "How much is enough documentation"
- URLs in in `sitemap.xml` ([#154](https://github.com/davidwesst/website/issues/154))

## [10.0.1] - 2022-10-25
### Added
- Dates and tags on blog listing and blog page template ([#144](https://github.com/davidwesst/website/issues/144) [#138](https://github.com/davidwesst/website/issues/138))
Expand All @@ -29,3 +40,4 @@ This a log of all the notable changes for [davidwesst.com](https://www.davidwess
- DevContainer support. This needs to be re-evaluated to determine what features a development environment actually needs.
- TODO.md as issues will be used to manage features
- GatsbyJS dependency

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "10.0.2",
"author": "David Wesst <[email protected]>",
"homepage": "https://github.com/davidwesst/website#readme",
"license": "MIT",
Expand Down

0 comments on commit 04b1099

Please sign in to comment.