diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d1e320..dde4886a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [1.28.0](https://github.com/nicholaschiang/site/compare/v1.27.0...v1.28.0) (2023-07-29) + + +### Features + +* add sitemap and all show routes to map ([c881173](https://github.com/nicholaschiang/site/commit/c88117373819fdd08894b1980b37123b9eeea10d)) + ## [1.27.0](https://github.com/nicholaschiang/site/compare/v1.26.0...v1.27.0) (2023-07-29) diff --git a/package.json b/package.json index eb92122f..6b1894dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicholas-eng", - "version": "1.27.0", + "version": "1.28.0", "private": true, "sideEffects": false, "license": "AGPL-3.0-or-later", diff --git a/pyproject.toml b/pyproject.toml index c38474d8..56fc126a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "site" -version = "1.27.0" +version = "1.28.0" description = "" authors = ["Nicholas Chiang "] license = "MIT"