diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a0dc7..7ea7da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.0.3](https://github.com/FjellOverflow/nordlys/compare/v2.0.2...v2.0.3) (2025-01-17) + + +### Bug Fixes + +* remove public image referencing from docs post ([53bb078](https://github.com/FjellOverflow/nordlys/commit/53bb078b9b1d431a5258cd754f38a192ba11145e)) + ## [2.0.2](https://github.com/FjellOverflow/nordlys/compare/v2.0.1...v2.0.2) (2025-01-07) diff --git a/package.json b/package.json index a330be3..5e53493 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nordlys", "type": "module", - "version": "2.0.2", + "version": "2.0.3", "description": "A minimal Astro blog theme", "author": "FjellOverflow", "license": "GPL-3.0-only",