From 4b75cfeebeba69146e49487874dc8c5122a77c32 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jul 2023 02:12:59 +0000 Subject: [PATCH] chore(release): 1.14.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bae817..a3bbc438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## [1.14.1](https://github.com/nicholaschiang/site/compare/v1.14.0...v1.14.1) (2023-07-23) + + +### Bug Fixes + +* **routes/show:** style "where to buy" alt text ([9d94e20](https://github.com/nicholaschiang/site/commit/9d94e20d10653f319566587049c3008ad3a3402e)) +* **routes:** use `nodejs` runtime for auth pages ([aff66f3](https://github.com/nicholaschiang/site/commit/aff66f312f92c05c003a40d33ab59a8066afb974)) + ## [1.14.0](https://github.com/nicholaschiang/site/compare/v1.13.0...v1.14.0) (2023-07-23) diff --git a/package.json b/package.json index f2034e55..13eaabc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicholas-eng", - "version": "1.14.0", + "version": "1.14.1", "private": true, "sideEffects": false, "license": "AGPL-3.0-or-later", diff --git a/pyproject.toml b/pyproject.toml index 05fd7492..edfccf32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "site" -version = "1.14.0" +version = "1.14.1" description = "" authors = ["Nicholas Chiang "] license = "MIT"