From b0f9f48681494dd18db4161516592b5adcac1bff Mon Sep 17 00:00:00 2001 From: Ryan Joseph Date: Sun, 3 Jul 2022 12:09:50 -0700 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceba56c..d4818a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/rpj/spring83/compare/v1.3.0...v1.3.1) (2022-07-03) + + +### Features + +* add qrcode to GET page ([81df1d8](https://github.com/rpj/spring83/commit/81df1d8c3d33795f62f9d835b6b104109ca4b7ce)) +* initial GET /key totting up, thanks to Robin's example ([452bd0e](https://github.com/rpj/spring83/commit/452bd0e22bea231b6a5c916a3364ca4db042fb04)) + + +### Bug Fixes + +*