Skip to content

Commit

Permalink
chore(release): 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpj committed Jul 3, 2022
1 parent 566cbf6 commit b0f9f48
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

* <time> datetime validity checks ([566cbf6](https://github.com/rpj/spring83/commit/566cbf6574e89de88bc8197c3a3adde56c008acb))
* GET page embed background ([8fe1200](https://github.com/rpj/spring83/commit/8fe12002e811eec6d43345003dcd2ec7c76785ef))
* honor spring-version in client request ([3c84083](https://github.com/rpj/spring83/commit/3c840834e6ef398dff19075d89168796cfd58ff8))

## 1.3.0 (2022-07-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spring83",
"version": "1.3.0",
"version": "1.3.1",
"description": "An implementation of the Spring 83 protocol 🌸",
"main": "serve",
"scripts": {
Expand Down

0 comments on commit b0f9f48

Please sign in to comment.